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)
committerFrédéric Demians <f.demians@tamil.fr>
Wed, 2 Nov 2016 18:40:03 +0000 (18:40 +0000)
commit7f9c1944fd7375fb393ac5424a436bb3b3c5dcb3
tree0d78b9f8221170884d66b0690dc3fe5d8e9b6524
parent275253e52a67c482665adb11e40d3a54554979cb
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>
(cherry picked from commit a462d46b02c01a25ebffb85d3b1e462813c77de1)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
misc/devel/create_superlibrarian.pl [new file with mode: 0644]