How to check the user password in database pls guide anyone
Thanks,
Jecintha
How to check the user password in database pls guide anyone
Thanks,
Jecintha
Hi @Jecintha
For check user password you can use this function :
from frappe.utils.password import check_password
check_password(some_user,password_to_check)
But you can’t see the user password on database.
Hi antzforwork
Thanks for reply, I need a password value becoz i’m using my validation . check_password method return password correct or not. so pls tell me need password value
For what i belief you can’t get user password.
@adityahase said it can’t because of these reasons:
ok antzforwork i will refer now