We have a big database of over 20 thousand+ patrons. Now, we want to activate patron accounts so they can log-in and manage their own accounts. When we created each patron's account, a password was generated. What is this password and how can we update it for all patrons so they can all log-in with one password and then change it later on their own? Or if there is another way around this, I will really appreciate any new ideas. Thanks all in advance. -- View this message in context: http://koha.1045719.n5.nabble.com/How-to-enable-patron-login-in-OPAC-tp57847... Sent from the Koha-general mailing list archive at Nabble.com.
The easiest write a simple php script that generates a password (md5) and stores the mysql database. I also recommend adding information for each user to change the password. If you have any questions, write to email I'll try to help you. Regards Michal Dudzik -- View this message in context: http://koha.1045719.n5.nabble.com/How-to-enable-patron-login-in-OPAC-tp57847... Sent from the Koha-general mailing list archive at Nabble.com.
On 22/01/2014 8:53 am, "Michał Dudzik" <dudzikmichal@wp.pl> wrote:
The easiest write a simple php script that generates a password (md5) and stores the mysql database. I also recommend adding information for each
user
to change the password. If you have any questions, write to email I'll try
Modern Koha does not store passwords as md5 we use bcrypt. But other than that this could work Chris
to help you. Regards Michal Dudzik
-- View this message in context: http://koha.1045719.n5.nabble.com/How-to-enable-patron-login-in-OPAC-tp57847... Sent from the Koha-general mailing list archive at Nabble.com. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Chris Cormack -
Michał Dudzik -
otuoma