alt440 / WebGeography

World Geography using HTML, jQuery, ReactJS, nodeJS and CSS
0 stars 0 forks source link

No confirmation of user email from registration #8

Open alt440 opened 5 years ago

alt440 commented 5 years ago

The application does not verify if the email given is valid.

alt440 commented 5 years ago

The email could get added, but will not be used. Preferably, the user accounts will get stored locally on the user's computer through a local database. This will maintain the user account independently of his/her recent activity. In other words, this will allow the user to keep his account forever.

alt440 commented 5 years ago

Although, for the "forgot password" link the email will be useful.