[koha-commits] main Koha release repository branch master updated. v16.05.00-1288-gf9da6f9

Git repo owner gitmaster at git.koha-community.org
Fri Oct 28 18:57:56 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  f9da6f9739b334a1e14b75a1aa49b2f5569b032e (commit)
       via  a462d46b02c01a25ebffb85d3b1e462813c77de1 (commit)
      from  10b3bb8f46098d8e07a3ba03756d581773a5c495 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f9da6f9739b334a1e14b75a1aa49b2f5569b032e
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Wed Oct 19 08:53:26 2016 +1300

    Bug 17459: Follow up
    
    Adding POD and --userid and --password options
    
    1/ To test, use the same routine as before, with no options.
    2/ You should have a user with koha/koha as userid and passwords
    3/ Delete that user
    4/ Run the script with --userid <userid> --password <password>
    5/ You should have a user in koha with userid/password set
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit a462d46b02c01a25ebffb85d3b1e462813c77de1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 17 18:01:07 2016 +0100

    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 at catalyst.net.nz>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 misc/devel/create_superlibrarian.pl |  103 +++++++++++++++++++++++++++++++++++
 1 file changed, 103 insertions(+)
 create mode 100755 misc/devel/create_superlibrarian.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list