regenwolken
regenwolken copied to clipboard
Account does not exist error
Hi, I am getting an error when activating my account.
Running rwctl activate emailhere returns emailhere does not exist.
You either need to set your regenwolken.cfg via REGENWOLKEN_SETTINGS="..." or add -c /path/to/regenwolken.cfg
.
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
The configuration looks good to me. Can you verify that the account has been actually created?
$ rwctl --conf $(pwd)/my.conf account --all