Summary: | Templates contain problematic references to local login | ||
---|---|---|---|
Product: | Koha | Reporter: | David Cook <dcook> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25390 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31064 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28093 |
||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
David Cook
2023-04-26 01:21:01 UTC
I think CSS might not be the correct solution here. You'll still want to have helpful text/notes. I feel like we need to adapt the templates for having no local login? There is OPACShibOnly. Do we need this for OIDC and others too? Or turn it into a general "LocalLogin" switch? We have opacuserlogin, but that totally turns off anything that requires or looks like login. (In reply to Katrin Fischer from comment #1) > There is OPACShibOnly. Do we need this for OIDC and others too? Or turn it > into a general "LocalLogin" switch? I like the idea of a general "LocalLogin" switch! Or I suppose OpacLocalLogin since we'd be focused on the OPAC in this case. |