loomchild / icoin

GNU Affero General Public License v3.0
0 stars 0 forks source link

Registration confirmation via email #6

Closed loomchild closed 9 years ago

loomchild commented 9 years ago

Book and https://realpython.com/blog/python/handling-email-confirmation-in-flask/

loomchild commented 9 years ago

Do not allow to login before validating.

loomchild commented 9 years ago

According to book: validation after login, using timed tokens. I think it's better than using UUIDs directly.

loomchild commented 9 years ago

Configure Flask-Security.

loomchild commented 9 years ago

Tested using @stinky.local user. There were problems with async tasks when init_app is called.