-
Notifications
You must be signed in to change notification settings - Fork 25
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
Unable to generate 2 factor authentication QR code #3
Comments
Attach to cypht container and try the following to fix:
and set up the 2fa_secret variable value. |
While the previous answer would work, it would not persist your config through a container reboot meaning you would have to perform those steps any time the container restarted. Instead, try the following:
This should give you working 2 factor authentication that persists across container restarts. |
jasonmunro
pushed a commit
that referenced
this issue
Nov 12, 2019
fix error 500 for some html emails and for 2fa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the environment variable CYPHT_MODULE_2FA=enable i get the error "Unable to generate 2 factor authentication QR code"
The text was updated successfully, but these errors were encountered: