am_sarath
08-29-2002, 05:26 PM
hello,
I've an index page where the admininstrator can enter his user name and password.After the admin is logged in successfully, the admin would like to change his password.
first, i would like to type the old password and new password, re-enter the new password.
If the old password is the same as that of the exsisting one in the table and if the new-password and the re-entered password are same, then the table should be updated with the new password, of course in the encrypted form.
There would be only one user(admin) in the table.The password is encrypted.I did using md5.
do somebody have any idea how we can change the password.
Thanks in advance.
Thanks in advance!
I've an index page where the admininstrator can enter his user name and password.After the admin is logged in successfully, the admin would like to change his password.
first, i would like to type the old password and new password, re-enter the new password.
If the old password is the same as that of the exsisting one in the table and if the new-password and the re-entered password are same, then the table should be updated with the new password, of course in the encrypted form.
There would be only one user(admin) in the table.The password is encrypted.I did using md5.
do somebody have any idea how we can change the password.
Thanks in advance.
Thanks in advance!