<<

NAME

set_password.pl - Set the specified password for the user in Koha

SYNOPSIS

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

OPTIONS

--help|-?

Print a brief help message and exits

--userid

The patron's userid (for finding the patron)

--password

The password to be set in the database. If no password is passed, a random one is generated.

--patron_id

The patron's internal id (for finding the patron)

--cardnumber

Patron's cardnumber (for finding the patron)

DESCRIPTION

A simple script to change an existing's user password in the Koha database

<<