2 steps authentication wit OTP
parent
0a0236b5
No related branches found
No related tags found
Showing
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- smash/smash/settings.py 14 additions, 6 deletionssmash/smash/settings.py
- smash/smash/urls.py 9 additions, 8 deletionssmash/smash/urls.py
- smash/web/models/worker.py 3 additions, 1 deletionsmash/web/models/worker.py
- smash/web/templates/_base.html 5 additions, 1 deletionsmash/web/templates/_base.html
- smash/web/templates/login.html 51 additions, 49 deletionssmash/web/templates/login.html
- smash/web/templates/two_factor/_base.html 6 additions, 0 deletionssmash/web/templates/two_factor/_base.html
- smash/web/templates/two_factor/core/login.html 56 additions, 0 deletionssmash/web/templates/two_factor/core/login.html
- smash/web/templates/two_factor/profile/profile.html 59 additions, 0 deletionssmash/web/templates/two_factor/profile/profile.html
- smash/web/urls.py 15 additions, 3 deletionssmash/web/urls.py
... | @@ -7,3 +7,4 @@ lxml==3.7.3 | ... | @@ -7,3 +7,4 @@ lxml==3.7.3 |
python-docx==0.8.6 | python-docx==0.8.6 | ||
django-cleanup==0.4.2 | django-cleanup==0.4.2 | ||
django_cron==0.5.0 | django_cron==0.5.0 | ||
django-two-factor-auth==1.6.1 |
smash/web/templates/two_factor/_base.html
0 → 100644
Please register or sign in to comment