app-MAIL-temp/app/auth/views
Son NK 2978bfb281 Fix user cannot change personal email back and better naming.
Happens when user
- changes their personal email
- wants to change back: they can't as this email is already used as mailbox
2020-05-15 23:18:30 +02:00
..
__init__.py bootstrap: db models, login, logout, dashboard pages 2019-07-01 18:18:12 +03:00
activate.py add trial information into welcome email 2020-01-30 13:54:33 +07:00
change_email.py Update wording: remove "successfully" 2019-12-30 17:43:38 +01:00
facebook.py Optimize imports 2020-05-09 20:49:38 +02:00
fido.py Auto activate WebAuthn authentication 2020-05-11 19:17:51 -07:00
forgot_password.py do not return error when user doesn't exist on forgot_password 2020-04-27 22:57:55 +02:00
github.py Optimize imports 2020-05-09 20:49:38 +02:00
google.py Fix Google oauth_state KeyError 2020-05-10 11:34:32 +02:00
login.py make sure to strip and lower email in input 2020-04-15 21:12:45 +02:00
login_utils.py model - fido_enabled 2020-05-07 05:32:52 -07:00
logout.py remove logout.html 2020-04-27 22:56:44 +02:00
mfa.py model - fido_enabled 2020-05-07 05:32:52 -07:00
register.py Fix user cannot change personal email back and better naming. 2020-05-15 23:18:30 +02:00
resend_activation.py fix typos and improve messages showing at the end users 2019-12-26 13:00:17 +00:00
reset_password.py optimize import in all files 2020-04-25 13:49:39 +02:00
social.py Deprecate social login, prettify some pages 2020-04-27 23:08:21 +02:00