[Koha-bugs] [Bug 30700] Patrons who can log into staff client should be able to change their own password

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 20 22:06:46 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30700

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #13 from Owen Leonard <oleonard at myacpl.org> ---
I don't understand what's going on here, which may just be me:

if ( !$patron->has_permission({ borrowers => 'edit_borrowers' }) ) {
    print $input->redirect("/cgi-bin/koha/mainpage.pl");
}

But when I change a patron's password when logged in as a superlibrarian I'm
redirected to the main page rather than back to their account.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list