Password authentication question

liunx

Guest
Hi all, I've set up a registration form on my site and I need for people to choose a username and password. I need to set up the password form so that when they enter the password for the second time, it verifies that it matches the first password entry. Do I need a script for this or what is the proper way to code this?<br />
<br />
The way it's coded right now I could type in two different passwords and the form still gets sent, or I could create a typo and it still gets sent.<br />
<br />
All help is appreciated.<!--content-->Originally posted by InxomniaK <br />
Hi all, I've set up a registration form on my site and I need for people to choose a username and password. I need to set up the password form so that when they enter the password for the second time, it verifies that it matches the first password entry. Do I need a script for this or what is the proper way to code this?<br />
<br />
The way it's coded right now I could type in two different passwords and the form still gets sent, or I could create a typo and it still gets sent.<br />
<br />
All help is appreciated. <br />
<br />
yes, you need a server side script, or use htaccess. Forms only send data, they don't parse the data or check it in any way, they are just the messenger so to speak. Search script archives, there are many password scripts you can use for protecting access to directories. <br />
<br />
<br />
<!-- w --><a class="postlink" href="http://www.hotscripts.com">www.hotscripts.com</a><!-- w --><!--content-->
 
Back
Top