<<

NAME

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

SYNOPSIS

create_superlibrarian.pl [ --userid <userid> ] [ --password <password> ]

 Options:
   -?|--help        brief help message
   --userid         specify the userid to be set (defaults to koha)
   --password       specify the password to be set (defaults to koha)

OPTIONS

--help|-?

Print a brief help message and exits

--userid

Allows you to specify the userid to be set in the database

--password

Allows you to specify the password to be set in the database

DESCRIPTION

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

<<