Re: [Koha] How to enable patron login in OPAC

2014-01-21 Thread Michał Dudzik
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:

Re: [Koha] How to enable patron login in OPAC

2014-01-21 Thread Chris Cormack
On 22/01/2014 8:53 am, Michał Dudzik dudzikmic...@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

[Koha] How to enable patron login in OPAC

2014-01-20 Thread otuoma
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