* feat: insensitive username matching at django authentication * feat: use iexact when using the User object manager * fix: more places to ignore username case * fix: remove unused management command * fix: avoid get when probing for object existance * fix: force lowercase new usernames in secr/rolodex * fix: use explicit arguments when creating user |
||
---|---|---|
.. | ||
management | ||
migrations | ||
.gitignore | ||
__init__.py | ||
backends.py | ||
factories.py | ||
forms.py | ||
htpasswd.py | ||
tests.py | ||
urls.py | ||
utils.py | ||
views.py |