mirror of
https://github.com/wassname/flask-security.git
synced 2026-09-10 12:01:01 +08:00
Forgo redirecting authentication endpoint so that login form errors can be displayed
This commit is contained in:
@@ -35,8 +35,7 @@ _default_config = {
|
||||
'FLASH_MESSAGES': True,
|
||||
'PASSWORD_HASH': 'plaintext',
|
||||
'PASSWORD_HMAC': False,
|
||||
'PASSWORD_SALT': None,
|
||||
'AUTH_URL': '/auth',
|
||||
'PASSWORD_HMAC_SALT': None,
|
||||
'LOGIN_URL': '/login',
|
||||
'LOGOUT_URL': '/logout',
|
||||
'REGISTER_URL': '/register',
|
||||
|
||||
Reference in New Issue
Block a user