Bug 17459: Add a script to create a superlibrarian user
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 17 Oct 2016 17:01:07 +0000 (18:01 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 28 Oct 2016 16:55:44 +0000 (16:55 +0000)
commita462d46b02c01a25ebffb85d3b1e462813c77de1
tree93bb64b895c354b9aae0bf2693f6c7ce562ab8dc
parent10b3bb8f46098d8e07a3ba03756d581773a5c495
Bug 17459: Add a script to create a superlibrarian user

This is for developers: it's quite long (many clics) to create a new
superlibrarian user.
This new script creates a new user with superlibrarian permissions with
the easy to remember credential koha/koha

Test plan:
  perl misc/devel/create_superlibrarian.pl
Log in to Koha using koha/koha

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
misc/devel/create_superlibrarian.pl [new file with mode: 0644]