Re: How to generate UserID and password for users upon registration?

2019-05-13 Thread MUHAMMAD AFZAL
Thank you Devender Kumar On May 13, 2019 4:11 PM, "Devender Kumar" wrote: > make use of user manager which can genreate userid and password and create > user with this userid and password + **extra fields > > On Thursday, May 9, 2019 at 6:09:33 PM UTC+5:30, MUHAMMAD AFZAL wrote: >> >> Hello Djan

Re: How to generate UserID and password for users upon registration?

2019-05-13 Thread Devender Kumar
make use of user manager which can genreate userid and password and create user with this userid and password + **extra fields On Thursday, May 9, 2019 at 6:09:33 PM UTC+5:30, MUHAMMAD AFZAL wrote: > > Hello Django People, > > I'm building an app in which I need to generate UserID and passwords f

Re: How to generate UserID and password for users upon registration?

2019-05-10 Thread Najmath Ummer
Hey, Try using django-allauth. It includes everything related to accounts. For more information: django-allauth django-allauth-tutorial

How to generate UserID and password for users upon registration?

2019-05-09 Thread MUHAMMAD AFZAL
Hello Django People, I'm building an app in which I need to generate UserID and passwords for users automatically up signing up to the app. And ID and password will be sent to email or phone number. I'm checking out for full solution in Django. Thanks Muhammad Afzal -- You received this messa