http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6516
Magnus Enger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|[email protected] |[email protected] --- Comment #2 from Magnus Enger <[email protected]> 2011-08-17 06:07:56 UTC --- Created attachment 5040 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5040 Proposed patch This should make it possible to set the borrowernumber of the adminuser both in configfiles (ADMINUSER) and on the commandline (--adminuser or -a). The default is 1. To test the new default: - Create a database dump where the admin user has borrowernumber = 1 - Create an instance - Check that you can log in with the generated password - Create a database dump where the admin user has borrowernumber = 2 - Create an instance, setting ADMINUSER=2 in a configfile - Check that you can log in with the generated password - Create another instance setting "-a 2" on the command line - Check that you can log in with the generated password -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
