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?
*** Bug 39675 has been marked as a duplicate of this bug. ***