[Koha-bugs] [Bug 31699] Add a generic way to redirect back to the page you were on at login for modal logins

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 10 01:18:42 CET 2022


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

--- Comment #36 from David Cook <dcook at prosentient.com.au> ---
I was doing some more thinking...

On one hand, I was thinking maybe we should make a more consistent login box.

For instance, if you go to
http://localhost:8080/cgi-bin/koha/opac-shelves.pl?op=add_form, the
opac-auth.tt template creates a login box that works as expected.

But the modal sends you off to opac-user.pl. There's no reason the masthead.inc
couldn't create the same login box as opac-auth.tt.

On the other hand, I like the idea of login endpoints (like with SSO), which
need to redirect you back, so maybe this redirect is fine (so long as we're
rewriting/validating the redirect URLs)

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


More information about the Koha-bugs mailing list