etesync-server/myauth
Tom Hacohen 7ec45434ba User: make username case insensitive (and save original styling).
We want 'User' and 'UsEr' to mean the same user. Apparently that's not the default in
django. This normalizes the user to ensure we enforce this.
2020-07-12 11:11:33 +03:00
..
migrations Username: disallow @ in usernames. 2020-05-15 11:12:24 +03:00
__init__.py Set custom user model and reset migrations. 2020-05-13 16:01:49 +03:00
admin.py Set custom user model and reset migrations. 2020-05-13 16:01:49 +03:00
apps.py Set custom user model and reset migrations. 2020-05-13 16:01:49 +03:00
models.py User: make username case insensitive (and save original styling). 2020-07-12 11:11:33 +03:00
tests.py Set custom user model and reset migrations. 2020-05-13 16:01:49 +03:00
views.py Set custom user model and reset migrations. 2020-05-13 16:01:49 +03:00