mirror of
https://github.com/wassname/flask-security.git
synced 2026-08-12 12:00:37 +08:00
Fix flash messages and fix password reset
This commit is contained in:
@@ -85,7 +85,8 @@ _default_messages = {
|
||||
'LOGIN_EMAIL_SENT': ('Instructions to log in to your account have been sent to %(email)s', 'success'),
|
||||
'INVALID_LOGIN_TOKEN': ('Invalid login token', 'error'),
|
||||
'DISABLED_ACCOUNT': ('Account is disabled', 'error'),
|
||||
'PASSWORDLESS_LOGIN_SUCCESSFUL': ('You have successfuly logged in', 'success')
|
||||
'PASSWORDLESS_LOGIN_SUCCESSFUL': ('You have successfuly logged in', 'success'),
|
||||
'PASSWORD_RESET': ('Your password has successfully been reset. You may now log in.', 'success')
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user