I have a user profile page where I let the user edit his details. Before the user save these details, I need to ask for the user's password and verify it. How can I do this? The only method I use password for is the login method.
How can we verify the logged in user's password?