https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30700
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] QA Contact|[email protected] |[email protected] |y.org | Status|Signed Off |Failed QA --- Comment #29 from Victor Grousset/tuxayo <[email protected]> --- Works as expected, here is a 2nd signoff :) I couldn't get it to change the password of another user via editing and resending the POST query 😈 and the code looks well guarded against that 👍 Code looks good functionally. I found this: `print $input->redirect(...)` followed by `exit;` is used in many other pages to make guard closes. So it seems to me we can avoid wrapping the whole happy path in an `else {...}` That also avoids the need to indent tons of lines. Or to choose to not do it which makes perltidy complain a lot. And about much more than actually changed lines. So just some polishing and it will be good :) I'll go ask about what should be the default value of StaffLoginResetPassword for new installs and existing installs. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
