<<

NAME

create_superlibrarian.pl - create a user in Koha with superlibrarian permissions

SYNOPSIS

create_superlibrarian.pl --userid <userid> --password <password> --branchcode <branchcode> --categorycode <categorycode> --cardnumber <cardnumber> --surname <surname>

 Options:
   -?|--help        brief help message
   --userid         specify the userid to be set
   --password       specify the password to be set
   --branchcode     specify the library code
   --categorycode   specify the patron category code
   --cardnumber     specify the cardnumber to be set
   --surname        specify the surname to be set

OPTIONS

--help|-?

Print a brief help message and exits

--userid

To specify the userid to be set in the database

--password

To specify the password to be set in the database

--branchcode

Library code

--categorycode

Patron category's code

--cardnumber

Patron's cardnumber

--surname

Patron's surname. If not provided, the given userid will be used.

DESCRIPTION

A simple script to create a user in the Koha database with superlibrarian permissions

<<