7 Commits (a0d1d23d2d6a1ba11a84274bc96667f3d21625cf)

Author SHA1 Message Date
Tom Hacohen 13a46cb1db Myauth: add missing migration.
Fixes #70
4 years ago
Tal Leibman d8e5c37db1
Use black for code formatting and format the code
Merge #65
4 years ago
Tom Hacohen 47103df48a Change user creation to not ask for a password (and clarify the readme). 4 years ago
Tom Hacohen 3d6ba634ce Disallow + in usernames. 4 years ago
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.
4 years ago
Tom Hacohen 4083be8e8c Username: disallow @ in usernames. 4 years ago
Tom Hacohen 6b0a40e9dd Set custom user model and reset migrations. 4 years ago