.. |
__init__.py
|
bootstrap: db models, login, logout, dashboard pages
|
2019-07-01 18:18:12 +03:00 |
activate.py
|
Implement rate limiting
|
2020-05-25 11:39:33 +02:00 |
change_email.py
|
delete the expired ChangeEmail object
|
2020-08-13 10:59:39 +02:00 |
facebook.py
|
use sanitize_email instead of .lower().strip().replace(" ", "")
|
2021-01-11 12:29:40 +01:00 |
fido.py
|
remove the "Hi {name}" from email template
|
2021-01-11 10:23:34 +01:00 |
forgot_password.py
|
use sanitize_email instead of .lower().strip().replace(" ", "")
|
2021-01-11 12:29:40 +01:00 |
github.py
|
use sanitize_email instead of .lower().strip().replace(" ", "")
|
2021-01-11 12:29:40 +01:00 |
google.py
|
use sanitize_email instead of .lower().strip().replace(" ", "")
|
2021-01-11 12:29:40 +01:00 |
login_utils.py
|
fix redirection to next page
|
2020-05-17 10:28:00 +02:00 |
login.py
|
take into account ?next param in login
|
2021-01-27 10:11:48 +01:00 |
logout.py
|
refactor: use SESSION_COOKIE_NAME instead of hardcoding "slapp"
|
2020-06-28 21:17:18 +02:00 |
mfa.py
|
remove the "Hi {name}" from email template
|
2021-01-11 10:23:34 +01:00 |
recovery.py
|
remove the "Hi {name}" from email template
|
2021-01-11 10:23:34 +01:00 |
register.py
|
use sanitize_email instead of .lower().strip().replace(" ", "")
|
2021-01-11 12:29:40 +01:00 |
resend_activation.py
|
use sanitize_email instead of .lower().strip().replace(" ", "")
|
2021-01-11 12:29:40 +01:00 |
reset_password.py
|
make sure user cannot reuse the old password
|
2020-05-30 19:50:33 +02:00 |
social.py
|
Deprecate social login, prettify some pages
|
2020-04-27 23:08:21 +02:00 |