Merge branch '14-support-du-2fa-totp' into 'master'
Resolve "Support du 2FA TOTP" Closes #14 See merge request acides/hiboo/hiboo!31
No related branches found
No related tags found
Showing
- assets/app.scss 7 additions, 0 deletionsassets/app.scss
- hiboo/account/forms.py 5 additions, 0 deletionshiboo/account/forms.py
- hiboo/account/login.py 22 additions, 4 deletionshiboo/account/login.py
- hiboo/account/settings.py 54 additions, 1 deletionhiboo/account/settings.py
- hiboo/account/templates/account_totp.html 55 additions, 0 deletionshiboo/account/templates/account_totp.html
- hiboo/account/templates/account_totp_verify.html 14 additions, 0 deletionshiboo/account/templates/account_totp_verify.html
- hiboo/models.py 24 additions, 5 deletionshiboo/models.py
- hiboo/templates/macros.html 1 addition, 1 deletionhiboo/templates/macros.html
- hiboo/templates/sidebar.html 5 additions, 0 deletionshiboo/templates/sidebar.html
- hiboo/user/cli.py 2 additions, 2 deletionshiboo/user/cli.py
- migrations/versions/134571bfe268_add_realm_auth.py 26 additions, 0 deletionsmigrations/versions/134571bfe268_add_realm_auth.py
- requirements-prod.txt 27 additions, 26 deletionsrequirements-prod.txt
- requirements.txt 2 additions, 0 deletionsrequirements.txt
hiboo/account/templates/account_totp.html
0 → 100644
... | ... | @@ -25,4 +25,6 @@ terminaltables |
Werkzeug==0.16.0 | ||
Pillow | ||
email_validator | ||
pyotp | ||
qrcode | ||
git+https://forge.tedomum.net/tedomum/axon.git |
Please register or sign in to comment