Hi,
how to i login from openemr users by connecting openemr database?
what is the encryption method used for openemr5.0
i saw ‘password’ and ‘salt’ feild in users_secure table
I used md5(mypassword) but its not working…
Hi,
how to i login from openemr users by connecting openemr database?
what is the encryption method used for openemr5.0
i saw ‘password’ and ‘salt’ feild in users_secure table
I used md5(mypassword) but its not working…
Hi @weishen, the way the passwords are stored are in a way that can’t be reversed. This is by design for security reasons.
I don’t know your use case, but maybe you would benefit from making use of our ACL tool: https://www.open-emr.org/wiki/index.php/PhpGacl
Thanks,
Matthew Vita
OpenEMR Project Administrator
@MatthewVita thankyou