|
not allowing a password in form php
|
|
08-09-2008, 09:28 PM
Post: #1
|
|||
|
|||
|
not allowing a password in form php
I have created a log in that requires a username and password. I have giving everyone a password of "temp" and then they are required to change it to their own password.
My question is how do I prevent the user from entering the password "temp" as the new password. |
|||
|
08-09-2008, 09:29 PM
Post: #2
|
|||
|
|||
|
RE: not allowing a password in form php
Please use this.
PHP Code: if ( 'temp' == $newPassword )Cheers! Warm Regards, Website Design India Submit Free Links Website Design Faridabad |
|||
|
08-09-2008, 09:30 PM
Post: #3
|
|||
|
|||
|
RE: not allowing a password in form php
Thanx its working!
|
|||
|
« Next Oldest | Next Newest »
|





