Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Dec 16, 2018
1 parent bf0b7d4 commit 26dad75
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spirit/core/conf/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@
ST_CASE_INSENSITIVE_EMAILS = True

#: Make user-names case insensitive
#:
#: .. Note::
#: This can be set to ``False`` at any time,
#: however setting it back to ``True`` requires
#: taking care of clashing users,
#: i.e: ``someuser``, ``SomeUser`` and ``SoMeUsEr``,
#: only one of those users will be able log-in
#: (the one in lowercase). Removing clashing users
#: is usually not possible.
ST_CASE_INSENSITIVE_USERNAMES = True

# Tests helper
Expand Down

0 comments on commit 26dad75

Please sign in to comment.