Page 1 of 1

Login Page The login page should have a form that will accept a username and a password. The login form must be validate

Posted: Mon Mar 21, 2022 4:42 pm
by answerhappygod
Login Page The Login Page Should Have A Form That Will Accept A Username And A Password The Login Form Must Be Validate 1
Login Page The Login Page Should Have A Form That Will Accept A Username And A Password The Login Form Must Be Validate 1 (33.73 KiB) Viewed 51 times
Login Page The login page should have a form that will accept a username and a password. The login form must be validated for empty fields and password length (password should be at least 8 characters). Once the user has successfully logged in, they should be taken to the welcome home page. The username from the login form should be captured and stored in a session variable for use on the other pages. On this page there must be a link to the registration page for user who do not have a username and password. Registration Page The registration page should have a form that will capture a user's first name, last name, email address, preferred username, preferred password, and password confirmation. This page must be validated for empty fields and password length (password should be at least 8 characters), match between password and password confirmation, and valid email. The information entered in the registration page form should be stored in a text file called register.ext.