function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Arpita NayakArpita Nayak 

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.