dav_auth: small refactorings and improvements under the hood
Run tests / Execute tox to run the test suite (push) Successful in 3m38s
Run tests / Execute tox to run the test suite (push) Successful in 3m38s
This commit is contained in:
@@ -3,6 +3,11 @@ from dav_base.config.apps import AppConfig as _AppConfig, DefaultSetting
|
||||
DEFAULT_SETTINGS = (
|
||||
DefaultSetting('login_redirect_url', 'root'),
|
||||
DefaultSetting('logout_redirect_url', 'root'),
|
||||
DefaultSetting('auto_password_length', 32),
|
||||
DefaultSetting('auto_password_characters', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
|
||||
'abcdefghijklmnopqrstuvwxyz'
|
||||
'0123456789'
|
||||
'#$%&@^~.,:;/_-*+!?'),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user