#33712: Auth with Email
-------------------------------------+-------------------------------------
Reporter: | Owner: nobody
ChathuraGH |
Type: | Status: new
Cleanup/optimization |
Component: | Version: 4.0
contrib.auth |
Severity: Normal | Keywords: auth allauth
Triage Stage: | Has patch: 1
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
As of now(2022/5/16) almost all websites that gives login functionality to
users Use Email + password method. But Django uses username + password
method. I feel like that is wrong .
So I think
1) default method should be email + password.
2) Email verification methods should also be included and managed by
settings
3) method should be changeable by settings(uName+password , email+password
, uName , password ,any other)
4) if possible Allauth default integration (with methods like :- normal
auth(without admin) , normal+admin auth )
--
Ticket URL: <https://code.djangoproject.com/ticket/33712>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.