regenwolken icon indicating copy to clipboard operation
regenwolken copied to clipboard

Account does not exist error

Open resurrectedstar opened this issue 10 years ago • 3 comments

Hi, I am getting an error when activating my account.

Running rwctl activate emailhere returns emailhere does not exist.

resurrectedstar avatar Apr 24 '14 01:04 resurrectedstar

You either need to set your regenwolken.cfg via REGENWOLKEN_SETTINGS="..." or add -c /path/to/regenwolken.cfg.

posativ avatar Apr 24 '14 07:04 posativ

Already done - still having the same issue. Regenwolken also connects to the mongodb server properly

Config:


HOSTNAME = "cl.resurrectedstar.com"
BIND_ADDRESS = "127.0.0.1"
PORT = 8081
MONGODB_HOST = "127.0.0.1"
MONGODB_PORT = 27017
MONGODB_NAME = 'cloudapp'
MONGODB_SESSION_SIZE = 100*1024

ALLOWED_CHARS = string.digits + string.ascii_letters + '.- @'
MAX_CONTENT_LENGTH = 64*1024*1024
ALLOW_PRIVATE_BOOKMARKS = False
PUBLIC_REGISTRATION = False
SHORT_ID_MIN_LENGTH = 3

CACHE_BACKEND = 'SimpleCache'
CACHE_TIMEOUT = 15*60

THUMBNAILS = True
SYNTAX_HIGHLIGHTING = True
MARKDOWN_FORMATTING = True

resurrectedstar avatar Apr 28 '14 19:04 resurrectedstar

The configuration looks good to me. Can you verify that the account has been actually created?

$ rwctl --conf $(pwd)/my.conf account --all

posativ avatar May 02 '14 09:05 posativ