feat(user): add capability to totp key reset
* add route to reset totp * add route to generate totp reset link * add totp reset template * add reset totp action on user detail
parent
782b7412
No related branches found
No related tags found
Showing
- hiboo/account/login.py 54 additions, 1 deletionhiboo/account/login.py
- hiboo/account/templates/account_auth_totp_reset.html 36 additions, 0 deletionshiboo/account/templates/account_auth_totp_reset.html
- hiboo/user/templates/user_details.html 3 additions, 0 deletionshiboo/user/templates/user_details.html
- hiboo/user/views.py 19 additions, 0 deletionshiboo/user/views.py
Loading