https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39676 Bug ID: 39676 Summary: koha-reset-passwd fails Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: Linux Status: NEW Severity: minor Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs@lists.koha-community.org Reporter: david.liddle@wycliff.de QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz Hello! I discovered today that using the command koha-reset-passwd fails on Koha 22.11.25 with the following error: env: ‘/bin/admin/set_password.pl’: No such file or directory The command was run as indicated in --help: sudo koha-reset-passwd instancename userid Directly running the underlying script succeeds: sudo koha-shell -c '/usr/share/koha/bin/admin/set_password.pl --userid userid' instancename In this particular case, the userid takes the form of an email address, and I thought perhaps the '@' symbol may have been problematic, but the command also fails for a userid that follows the default pattern of firstname.surname. Am I doing something wrong, or is there a bug in the command? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.