Servatom / notefy

Notefy is a note-taking web app built with ReactJS and Django, with a subtle yet attractive UI and great functionality!

Home Page:https://notefy.servatom.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add email confirmation

rdotjain opened this issue · comments

Once a user registers, an email should be sent to confirm the account. If it is confirmed, only then should the user be able to log in.

Can I work on this?? Please do assign me

go ahead!

how do you plan to do this @raghavTinker, send email via sendgrid with rand token and get it back via link embedded in email ??

We will be using gmail smtp backend server to send emails in production. For development use django.console.backend

Added Email confirmation and created a pull request.
Screenshot 2021-10-04 193021
Email Screenshot
Screenshot 2021-10-04 193145
Screenshot 2021-10-04 193231
Screenshot 2021-10-04 193315

Resolved in #103