http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6516 Bug #: 6516 Summary: koha-create makes assumptions about borrowernumber of staff user Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Packaging AssignedTo: robin@catalyst.net.nz ReportedBy: magnus@enger.priv.no QAContact: koha-bugs@lists.koha-community.org In debian/scripts/koha-create a random password is set for a staff user, but this staff user is hardcoded to have borrowernumber = 3: mysql --host="$mysqlhost" --user="$mysqluser" \ --password="$mysqlpwd" <<eof USE \`$mysqldb\`; UPDATE borrowers SET password = '$staffdigest' WHERE borrowernumber = 3; eof For me it would make sense to have one pre-defined staff user in the DEFAULTSQL file, with borrowernumber = 1. Maybe the borrowernumber of the staff user could be set in /etc/koha/koha-sites.conf? -- 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.