Changes between Initial Version and Version 2 of Ticket #33712
- Timestamp:
- 05/21/22 07:47:32 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33712
-
Property
Status
changed from
new
toclosed
-
Property
Type
changed from
Cleanup/optimization
toNew feature
-
Property
Summary
changed from
Auth with Email
toChanging a default auth implementation to use email instead of username.
- Property Has patch unset
-
Property
Resolution
changed from
to
wontfix
-
Property
Status
changed from
-
Ticket #33712 – Description
initial v2 1 1 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 . 2 So I think 2 So I think, 3 3 4 4 1) default method should be email + password. … … 6 6 3) method should be changeable by settings(uName+password , email+password , uName , password ,any other) 7 7 4) if possible Allauth default integration (with methods like :- normal auth(without admin) , normal+admin auth ) 8 9 should be .