Verifying email account ownership - I am brainstorming for the best way to know email address is owned by an user.
Something like that - a user enters email address, my app generates a code and sends an email message with a link with this code, the user clicks and comes to my app which thus verifies he is the owner of the email account. Similar to reset password. How is the easiest wat to do that with web2py?