Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable email verification #15

Open
ianseyer opened this issue Jun 29, 2017 · 4 comments
Open

Disable email verification #15

ianseyer opened this issue Jun 29, 2017 · 4 comments

Comments

@ianseyer
Copy link

Trying to prop this system up.

However, the default user admin/admin requires email verification, and it would appear that email is not setup.

What is the solution to logging in without an email server?

@moul
Copy link
Owner

moul commented Jul 4, 2017

Hi @ianseyer,

I don't have enough knowledge on the subject; maybe you can try to find a generic solution or ask help on the upstream repository

Then I can try to adapt the solution to this Docker environment

@kakulukia
Copy link

@ianseyer did you find a solution to the email verification?

@wizard1024
Copy link

Add such string to end of config/etc/default/rtd-config.py:
ACCOUNT_EMAIL_VERIFICATION = 'none'

Next, rebuild image

@kakulukia
Copy link

or set the email backend to console and fetch the verification link from the log .. either of those methods shall be the default for the docker image to have an actually usable instance :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants