i have a database which i wanted to update it with a password change form, which will enable users to be able to easily change the passwords after the default password has been set by the administrator.
I currently have a button that opens the password change form.
My issue is, if say I login as "Smith", and i click on the password change button, i should have "Smith" display by default on the user section of the password change form and any password i effect should update the current password for that current user in the table.
My current code isn't able to display the current logged in user on the password change form and also new password entered doesn't update in the table.
Any help with this will be greatly appreciated
I currently have a button that opens the password change form.
My issue is, if say I login as "Smith", and i click on the password change button, i should have "Smith" display by default on the user section of the password change form and any password i effect should update the current password for that current user in the table.
My current code isn't able to display the current logged in user on the password change form and also new password entered doesn't update in the table.
Any help with this will be greatly appreciated
Attachments
Last edited: