Commits on Source (22)
-
f00wl authored
* Add bolean field to Auth class * Append migration * check TOTP enabled in login mechanism * enable password auth in signup mechanism
-
f00wl authored
* enable TOTP now require code validation * once TOTP enabled qrcode and key are not visibles anymore * once TOTP enabled add TOTP check capability
-
ornanovitch authored
-
f00wl authored
* add route to reset totp * add route to generate totp reset link * add totp reset template * add reset totp action on user detail
-
f00wl authored
-
f00wl authored
-
ornanovitch authored
-
ornanovitch authored
-
ornanovitch authored
-
ornanovitch authored
-
ornanovitch authored
Merge branch '89-activation-de-la-2fa-avec-totp-et-interface-utilisateurice' of forge.tedomum.net:acides/hiboo into 89-activation-de-la-2fa-avec-totp-et-interface-utilisateurice
-
ornanovitch authored
-
ornanovitch authored
-
ornanovitch authored
-
f00wl authored
* disable totp rather than reset the key * fix typo
-
f00wl authored
-
ornanovitch authored
-
ornanovitch authored
Merge branch '89-activation-de-la-2fa-avec-totp-et-interface-utilisateurice' of forge.tedomum.net:acides/hiboo into 89-activation-de-la-2fa-avec-totp-et-interface-utilisateurice
-
ornanovitch authored
-
f00wl authored
-
ornanovitch authored
-
ornanovitch authored
Resolve "Activation de la 2FA avec TOTP et interface utilisateurice" Closes #89 and #88 See merge request acides/hiboo!50
Showing
- hiboo/account/forms.py 2 additions, 2 deletionshiboo/account/forms.py
- hiboo/account/login.py 37 additions, 4 deletionshiboo/account/login.py
- hiboo/account/settings.py 47 additions, 29 deletionshiboo/account/settings.py
- hiboo/account/templates/account_auth_totp.html 38 additions, 33 deletionshiboo/account/templates/account_auth_totp.html
- hiboo/account/templates/account_auth_totp_enable.html 34 additions, 0 deletionshiboo/account/templates/account_auth_totp_enable.html
- hiboo/account/templates/account_signin_totp.html 1 addition, 1 deletionhiboo/account/templates/account_signin_totp.html
- hiboo/models.py 3 additions, 1 deletionhiboo/models.py
- hiboo/templates/base.html 3 additions, 1 deletionhiboo/templates/base.html
- hiboo/templates/macros.html 1 addition, 1 deletionhiboo/templates/macros.html
- hiboo/user/templates/user_details.html 8 additions, 5 deletionshiboo/user/templates/user_details.html
- hiboo/user/views.py 19 additions, 0 deletionshiboo/user/views.py
- migrations/versions/f9130c1a10f7_add_enableable_auth.py 26 additions, 0 deletionsmigrations/versions/f9130c1a10f7_add_enableable_auth.py