set_password.pl - Set the specified password for the user in Koha
set_password.pl --userid <userid> --password <password> --patron_id <patron_id> --cardnumber <cardnumber>
Options: -?|--help brief help message --password the password to be set (optional) --userid the userid to be used to find the patron --patron_id the borrowernumber for the patron --cardnumber the cardnumber for the patron
Print a brief help message and exits
The patron's userid (for finding the patron)
The password to be set in the database. If no password is passed, a random one is generated.
The patron's internal id (for finding the patron)
Patron's cardnumber (for finding the patron)
A simple script to change an existing's user password in the Koha database