add default settings for check username
This commit is contained in:
parent
2b548b3174
commit
e56faadb95
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ LOGGING = {
|
||||||
}
|
}
|
||||||
|
|
||||||
AUTH_PROFILE_MODULE = 'user.UserProfile'
|
AUTH_PROFILE_MODULE = 'user.UserProfile'
|
||||||
|
AUTH_CHECK_USERNAME = True
|
||||||
|
|
||||||
#=========================================================================
|
#=========================================================================
|
||||||
#Pan.do/ra related settings settings
|
#Pan.do/ra related settings settings
|
||||||
|
|
Loading…
Reference in a new issue