25 May
2015
25 May
'15
12:09 p.m.
I am developing a php application for our library and i want our patrons to login to the new app using the same credentials they use to login to koha. I've tried using the following code but it produces a different string everytime it is run. <?php echo shell_exec(perl -MKoha::AuthUtils -e 'print Koha::AuthUtils::hash_password("mystrongpassword"), "\n"'); ?> Most probably the password is salted as well and i cant figure out how. Anyone wid some ideas will be highly appreciated. -- View this message in context: http://koha.1045719.n5.nabble.com/PHP-equivalent-for-koha-s-password-encrypt... Sent from the Koha-general mailing list archive at Nabble.com.