Hi, is there any way now for checking if the users password is correct in a function? I am creating a delete user function and before deleting I would like to check if the given password is correct.
TL;DR
Developers need to check if a user's password is correct before performing a deletion in a function.