You need to sign in to do that
Don't have an account?

create a login page
Hi Guys,
I want to create a student login page.The functionality should be ,
1. It takes parameter username and password. Page should also have links for “New Sign Up” and “Forgot Password?”. Password should not be less than 8 characters.
2. Write functionality to prompt user an error when a new user login is created with duplicate username and email address information.
3. When user clicks on “Forgot Password” link, he should get a text box to fill his/her email-address and system should be able to send the password for the user on that given email-address.
Can any one please suggest some peace of code.
I want to create a student login page.The functionality should be ,
1. It takes parameter username and password. Page should also have links for “New Sign Up” and “Forgot Password?”. Password should not be less than 8 characters.
2. Write functionality to prompt user an error when a new user login is created with duplicate username and email address information.
3. When user clicks on “Forgot Password” link, he should get a text box to fill his/her email-address and system should be able to send the password for the user on that given email-address.
Can any one please suggest some peace of code.