Kazuya Ito
unread,May 21, 2022, 7:10:00 PM5/21/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django developers (Contributions to Django itself)
By default, "username" and "password" are used for authentication in Django but in real world, "email" and "password" are more used for authentication so I suggest to make "email" and "password" default for authentication so that a lot of web developers don't need to create custom "User" class which is a lot of work .