mirror of
https://github.com/wassname/flask-security.git
synced 2026-07-21 12:30:10 +08:00
remove more unnecessary code
This commit is contained in:
@@ -203,7 +203,7 @@ class ConfiguredSecurityTests(SecurityTest):
|
||||
|
||||
AUTH_CONFIG = {
|
||||
'SECURITY_PASSWORD_HASH': 'bcrypt',
|
||||
'SECURITY_PASSWORD_HMAC_SALT': 'so-salty',
|
||||
'SECURITY_PASSWORD_SALT': 'so-salty',
|
||||
'SECURITY_PASSWORD_HMAC': True,
|
||||
'SECURITY_REGISTERABLE': True,
|
||||
'SECURITY_LOGOUT_URL': '/custom_logout',
|
||||
|
||||
Reference in New Issue
Block a user