Re: About users

2019-09-30 Thread Adam Johnson
Hi Burak The reason the custom user model feature exists is because there are so many "really simple" changes possible. Adding them all as options to Django itself would add many such switches and a large maintenance burden. For the exact change you're suggesting, there's a third party package ou

About users

2019-09-29 Thread Burak Karahan
I want to contribute about the internal auth user. Many people creating custom user for really simple changes. For example username to email. I want to contribute about it and it could be change with settings variable. May be USE_EMAIL_AUTH = True. What do you think about it ? -- You received