Re: Email verification

2022-02-25 Thread Rushikesh Chavan
thank you antonis , abubakar , sangeeth ,sebastian for helping On Thu, 24 Feb 2022 at 02:18, Sebastian Jung wrote: > Hey, > > a tutorial you find here: > > How to Signup User and Send Verification Email in Django - Django Tutorial > (studygyaan.com) >

Re: Email verification

2022-02-23 Thread Sebastian Jung
Hey, a tutorial you find here: How to Signup User and Send Verification Email in Django - Django Tutorial (studygyaan.com) Am Mi., 23. Feb. 2022 um 16:34 Uhr schrieb Rushikesh Chavan < rushijs...@gmail.com>:

Re: Email verification

2022-02-23 Thread Sangeeth Joseph
you can use django allauth. just pip install django allauth https://django-allauth.readthedocs.io/en/latest/installation.html On Wed, Feb 23, 2022 at 9:50 PM Abubakar Siddique wrote: > You can use djoser > > > > On Wed, Feb 23, 2022, 8:35 PM Rushikesh Chavan > wrote: > >> I am new to django,

Re: Email verification

2022-02-23 Thread Abubakar Siddique
You can use djoser On Wed, Feb 23, 2022, 8:35 PM Rushikesh Chavan wrote: > I am new to django, i am working on one project which requires a feature > of email verification , how do I do it? Like , I want to send the email to > the user who registered on my site and give one link in this mail

Re: Email verification

2022-02-23 Thread Antonis Christofides
You can try django-registration-redux . Regards, Antonis On 23/02/2022 17.10, Rushikesh Chavan wrote: I am new to django, i am working on one project which requires a feature of email verification  , how do I do it? Like , I want t