Add 2FA settings in user space
New routes to setup, delete and view TOTP. Print a QR code for TOTP setup with smart phone app Log TOTP key changes in History Added necessary libs
Showing
- hiboo/account/settings.py 56 additions, 0 deletionshiboo/account/settings.py
- hiboo/account/templates/account_totp.html 25 additions, 0 deletionshiboo/account/templates/account_totp.html
- hiboo/models.py 2 additions, 0 deletionshiboo/models.py
- hiboo/templates/sidebar.html 5 additions, 0 deletionshiboo/templates/sidebar.html
- 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