[Bug 27470] New: Improve link text for logging in
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 Bug ID: 27470 Summary: Improve link text for logging in Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: aleisha@catalyst.net.nz QA Contact: testopia@bugs.koha-community.org koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt:<p>If you have a shibboleth account, please <a href="[% shibbolethLoginUrl | $raw %]">click here</a> to login.</p> koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt: <p><a href="[% casServerUrl | $raw %]">If you have a CAS account, please click here to login</a>.<p> "Here" should not be used as a link text as it doesn't contain any helpful information for people scanning the page for information and also is a problem for blind users using screen readers jumping from link to link on a page. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |26722 Keywords| |Academy Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26722 [Bug 26722] [Omnibus] Use descriptive link texts -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 Ava <liav@wgc.school.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |liav@wgc.school.nz Status|NEW |ASSIGNED Assignee|oleonard@myacpl.org |liav@wgc.school.nz -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 --- Comment #1 from Aleisha Amohia <aleisha@catalyst.net.nz> --- There is also this occurrence: koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc: <p>If you have a Shibboleth account, please <a href="[% shibbolethLoginUrl | $raw %]">click here to login</a>.</p> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 Ava <liav@wgc.school.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 --- Comment #2 from Ava <liav@wgc.school.nz> --- Created attachment 115402 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115402&action=edit Bug 27470: Improved link text for shibboleth login TEST PLAN: 1) Enable shibboleth by adding shibboleth to koha-conf.xml, you can do this by following https://wiki.koha-community.org/wiki/Shibboleth_Configuration#Using_AD_FS_Me... 2) If you are logged in Koha, log out, on the login screen the text at the top should say the following, "If you have a shibboleth account, see Shibboleth Login to login." 3) Then go to the OPAC, if you are logged in, log out. Then go to the login screen, the text at the top should say the following "If you have a Shibboleth account, see Shibboleth Account to login." Then the patch has worked -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 --- Comment #3 from Ava <liav@wgc.school.nz> --- Created attachment 115403 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115403&action=edit Bug 27470: Improved link text for logging into CAS TEST PLAN 1) First login and go to system prefeences, search CAS and enable casAuthentication. 2) restart_all in the terminal 3) Log out of koha 4) Under the usual login, and under Cas login there should be a message which says: "If you have a CAS account, see CAS login to login." If so, the patch has worked -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |lucas@bywatersolutions.com --- Comment #4 from Lucas Gass <lucas@bywatersolutions.com> --- Patch no longer cleanly applies to current master. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff Patch complexity|--- |String patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115402|0 |1 is obsolete| | Attachment #115403|0 |1 is obsolete| | --- Comment #5 from Aleisha Amohia <aleisha@catalyst.net.nz> --- Created attachment 133508 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133508&action=edit Bug 27470: Improved link text for shibboleth login TEST PLAN: 1) Enable shibboleth by adding shibboleth to koha-conf.xml, you can do this by following https://wiki.koha-community.org/wiki/Shibboleth_Configuration#Using_AD_FS_Me... 2) If you are logged in Koha, log out, on the login screen the text at the top should say the following, "Log in using a Shibboleth account" Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #133508|0 |1 is obsolete| | --- Comment #6 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 133579 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133579&action=edit Bug 27470: Improved link text for shibboleth login TEST PLAN: 1) Enable shibboleth by adding shibboleth to koha-conf.xml, you can do this by following https://wiki.koha-community.org/wiki/Shibboleth_Configuration#Using_AD_FS_Me... 2) If you are logged in Koha, log out, on the login screen the text at the top should say the following, "Log in using a Shibboleth account" Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #133579|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 133881 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133881&action=edit Bug 27470: Improved link text for shibboleth login TEST PLAN: 1) Enable shibboleth by adding shibboleth to koha-conf.xml, you can do this by following https://wiki.koha-community.org/wiki/Shibboleth_Configuration#Using_AD_FS_Me... 2) If you are logged in Koha, log out, on the login screen the text at the top should say the following, "Log in using a Shibboleth account" Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com Keywords| |rel_22_05_candidate -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 --- Comment #8 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Added 22_05 keyword to make sure it gets picked.. It's a nice little improvement :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #9 from Fridolin Somers <fridolin.somers@biblibre.com> --- (In reply to Martin Renvoize from comment #8)
Added 22_05 keyword to make sure it gets picked.. It's a nice little improvement :)
Yep, picked just before string freeze ;) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |22.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 --- Comment #10 from Fridolin Somers <fridolin.somers@biblibre.com> --- Pushed to master for 22.05, thanks to everybody involved 🦄 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle@bywatersolutions.com Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_22_05_candidate | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 --- Comment #11 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Strings are available on Pootle now, just from this patch: Critical 91 Unfinished 1,539 It's ok, just to show the effect. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27470 --- Comment #12 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Wrong bug, sorry! -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org