Muthaias / BarTab

A simple bar tab for your web browser using Bootstrap and PHP.
0 stars 1 forks source link

Add verification of user fields #13

Open Muthaias opened 9 years ago

Muthaias commented 9 years ago

When updating or creating a user the input fields are not verified before they are put into the database. A verification step of the password, the username and the e-mail should be included.

Verification should be done both server side in php and client side in javascript in order to simplify the user experience.