moul / docker-readthedocs

:whale: ReadTheDocs (RTD, read the docs) in docker
https://registry.hub.docker.com/u/moul/readthedocs/
MIT License
44 stars 29 forks source link

Disable email verification #15

Open ianseyer opened 7 years ago

ianseyer commented 7 years ago

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 commented 7 years ago

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 commented 6 years ago

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

wizard1024 commented 6 years ago

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

Next, rebuild image

kakulukia commented 6 years ago

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 :)