You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each form input item should be validated
email: should be a valid email
password: should be of certain length, hold certain character types (to be discussed)
We also need to prevent sql injections with sort of form sanitization
We should also prevent extremely long data inputs hitting the server
eventHandler for logout and profile dropdown needs to be set on parent
Validations
should not be able to submit empty form
should be an actaul email
email and password are required
password should 6 characters
the same messaging pattern for updating basic info should be followed / reused for authenticating a user
personal profile
hire date should not be required when editing basic user profile
The text was updated successfully, but these errors were encountered:
Nalipp
changed the title
Form validations and form sanitization for authentication form (future)
Form validations / sanitization for authentication form
Aug 28, 2019
Each form input item should be validated
email: should be a valid email
password: should be of certain length, hold certain character types (to be discussed)
We also need to prevent sql injections with sort of form sanitization
We should also prevent extremely long data inputs hitting the server
eventHandler for logout and profile dropdown needs to be set on parent
The text was updated successfully, but these errors were encountered: