I like to implement a function, but for security reasons I like to ask the user for their current password.
Is there any way to check that the current password is correct or not?
TL;DR
Developers want to implement a function to check if a user's current password is correct for security reasons.