-
- Downloads
Implement 2fa with django-two-factor-auth.
Showing
- opentech/apply/urls.py 3 additions, 0 deletionsopentech/apply/urls.py
- opentech/apply/users/templates/two_factor/_base.html 7 additions, 0 deletionsopentech/apply/users/templates/two_factor/_base.html
- opentech/apply/users/templates/two_factor/_base_focus.html 17 additions, 0 deletionsopentech/apply/users/templates/two_factor/_base_focus.html
- opentech/apply/users/templates/two_factor/_wizard_actions.html 17 additions, 0 deletions...ech/apply/users/templates/two_factor/_wizard_actions.html
- opentech/apply/users/templates/users/account.html 4 additions, 1 deletionopentech/apply/users/templates/users/account.html
- opentech/apply/users/templates/users/login.html 53 additions, 3 deletionsopentech/apply/users/templates/users/login.html
- opentech/apply/users/urls.py 5 additions, 4 deletionsopentech/apply/users/urls.py
- opentech/settings/base.py 5 additions, 0 deletionsopentech/settings/base.py
- opentech/static_src/src/sass/apply/components/_button.scss 4 additions, 0 deletionsopentech/static_src/src/sass/apply/components/_button.scss
- opentech/static_src/src/sass/apply/components/_link.scss 12 additions, 1 deletionopentech/static_src/src/sass/apply/components/_link.scss
- opentech/static_src/src/sass/public/components/_button.scss 17 additions, 1 deletionopentech/static_src/src/sass/public/components/_button.scss
- opentech/static_src/src/sass/public/components/_link.scss 1 addition, 0 deletionsopentech/static_src/src/sass/public/components/_link.scss
- opentech/templates/base-apply.html 2 additions, 0 deletionsopentech/templates/base-apply.html
- requirements.txt 1 addition, 0 deletionsrequirements.txt
... | ... | @@ -33,6 +33,7 @@ django-referrer-policy==1.0 |
django-storages==1.6.6 | ||
django-tables2==1.21.1 | ||
django-tinymce4-lite==1.7.0 | ||
django-two-factor-auth==1.8.0 | ||
django-webpack-loader==0.6.0 | ||
django_select2==6.0.1 | ||
djangorestframework==3.9.0 | ||
... | ... |
Please register or sign in to comment