Make member_id int, ignore username case

This commit is contained in:
2020-01-21 23:46:44 +00:00
parent f84171de83
commit 15f736809d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -225,3 +225,4 @@ ACCOUNT_USERNAME_MIN_LENGTH = 3
ACCOUNT_AUTHENTICATION_METHOD = 'username'
OLD_PASSWORD_FIELD_ENABLED = True
LOGOUT_ON_PASSWORD_CHANGE = False
ACCOUNT_PRESERVE_USERNAME_CASING = False