Change a user password from frontend
Hello everyone,
I am trying to change a user password from the frontend of my application, to keep it secure I need the user to first provide the old password and then compare the provided password to the stored password. Is there a way to do it? Where is the user password stored? Do I need to encrypt the provided password first? How do I achieve that the password is safely transfered from the users browser to server?
Thanks in advance for all the provided help and pointers,
Jiri

