IvanParvanovski / WorkPal

MIT License
0 stars 0 forks source link

Fixed bug with unique usernames when authentication. #48

Closed IvanParvanovski closed 3 months ago

IvanParvanovski commented 3 months ago

To prevent identity errors during user registration, the username field should be set to unique=False. This modification allows users to authenticate using their email addresses instead of usernames and ensures that errors are not caused when a given username already exists in the database.