lambdaclass / holiday_pinger

Erlang + ClojureScript app to send holiday reminders
https://holidaypinger.com
MIT License
69 stars 9 forks source link

Email verification #159

Closed facundoolano closed 7 years ago

facundoolano commented 7 years ago

Send an email verification upon register with a link that contains email and verification code. Added endpoints to verify the email with that code and to send the email again.

Added error messages and views in the UI to use the new endpoints.

fixes #28