BloomTech-Labs / decisionjam

CS5 Capstone Project
MIT License
0 stars 2 forks source link

on registration emails need to be verified #47

Open padjo opened 6 years ago

padjo commented 6 years ago

currently email address are just recorded and checked that they are unique. What we probably need to do is send a link to the user email and when the user click the link we update in the database that the user is verified and send a nice message back to the user. A similar worflow to what is more or less standard in the industry and i'm sure their are one or two popular libaries that will make this feature much easier to implement

nncoultas commented 6 years ago

Working on implementing this.