Re: Sign Up by using E-mail id

2019-07-24 Thread Sam W
This is the official page. It is really simple to follow: https://docs.djangoproject.com/en/2.2/topics/auth/default/ On Wednesday, July 24, 2019 at 5:27:37 AM UTC-5, Soumen Khatua wrote: > > Hi Folks, > I want to create one signup page where end-user can SignUp and LogIn by > using their e-mail

Re: Sign Up by using E-mail id

2019-07-24 Thread Sam W
Check this one out: Django Authentication with just an email and password (no username required!) https://medium.com/@ramykhuffash/django-authentication-with-just-an-email-and-password-no-username-required-33e47976b517 On Wednesday, July 24, 2019 at 5:27:37 AM UTC-5, Soumen Khatua wrote: > > Hi