[Bug 7867] New: Same text for username/login in OPAC and intranet
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Priority: P5 - low Change sponsored?: --- Bug ID: 7867 Assignee: adrien.saurat@biblibre.com Summary: Same text for username/login in OPAC and intranet QA Contact: koha.sekjal@gmail.com Severity: enhancement Classification: Unclassified OS: All Reporter: adrien.saurat@biblibre.com Hardware: All Status: ASSIGNED Version: master Component: Templates Product: Koha We have username/password in the intranet login page, and login/password in the OPAC login page. One word for this may be better. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 --- Comment #1 from Adrien SAURAT <adrien.saurat@biblibre.com> --- Created attachment 12412 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12412&action=edit proposed patch TEST PLAN Appears on 2 pages : 1) Front page of the OPAC 2) opac-auth, which you can see for example on the page opac-user by clicking on "Log in to your account" on top-right when logged out. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Adrien SAURAT <adrien.saurat@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12412|0 |1 is obsolete| | --- Comment #2 from Marc Véron <veron@veron.ch> --- Created attachment 12460 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12460&action=edit [SIGNED-OFF] Bug 7867: "username" instead of "login" on OPAC Just for a consistent use of words. Signed-off-by: Marc Veron <veron@veron.ch> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |veron@veron.ch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |trivial -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |paul.poulain@biblibre.com --- Comment #3 from Paul Poulain <paul.poulain@biblibre.com> --- QA comment: it's a tiny patch, but on OPAC, it's written "login" on opac-user.pl too, so it's inconsistent to fix it here. Marking failed QA. (As it's string freeze for 3.10 today, this patch won't be in 3.10 even if a fix is provided soon) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 --- Comment #4 from M. Tompsett <mtompset@hotmail.com> --- Created attachment 26828 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26828&action=edit Bug 7867 - Same text for username/login in OPAC and intranet This patch corrects the bootstrap login modal to have the 'Username:' instead of 'Login:' text. Test Plan --------- 1) In the staff client, set the OPAC system preference opacthemes to 'bootstrap'. 2) Open the OPAC 3) Click the 'Log in to your account' link. -- It should say 'Login:'. 4) Click 'Cancel' 5) Apply the patch 6) Refresh the OPAC page 7) Click the 'Log in to your account' link. -- It should say 'Username:'. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset@hotmail.com --- Comment #5 from M. Tompsett <mtompset@hotmail.com> --- I'm running through the Failed QA's trying to see if there is anything I can rescue. I don't understand why this failed QA though. Did the 'Click here' say 'login' before? 'Log in' as an action link or button seems fine. The label for the text box, however, should be consistent. This patch believes it should be 'Username'. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I am not sure about username, as it might look like only the username works in the field, but we also have the option to use the cardnumber for logging in. So I thought login was not bad there, but maybe someone else has a good idea? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 --- Comment #7 from M. Tompsett <mtompset@hotmail.com> --- Created attachment 26831 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26831&action=edit Bug 7867: Staff and OPAC login areas lack consistency This patch: - Changes the Staff client's login area text from "Username:" into "Login:", since login is more generic than username. - Adds a tool tip to the staff client's login area 'Login:' textbox: "Please enter your username or card number." - Adds a tool tip to the main OPAC screen's login area 'Login:' textbox using the bootstrap theme: "Please enter your username or card number." - Adds a tool tip to the main OPAC screen's login area 'Login:' textbox using the prog theme: "Please enter your username or card number." - Adds a tool tip to the OPAC screen triggered by clicking the 'Log in to your account' link in the top right using the bootstrap theme: "Please enter your username or card number." - Adds a tool tip to the OPAC screen triggered by clicking the 'Log in to your account' link in the top right using the bootstrap theme: "Please enter your username or card number." NOTE: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt was modified similarly as well, though I don't think it can be triggered, since the modal login screen of bootstrap is triggered by the 'Log in to your account' link, and it no longer goes to page it did before. The page still exists by going there by pasting in the known URL. TEST PLAN --------- 1) Go to staff client. 2) Log in and change the OPAC system preference opacthemes to 'bootstrap'. 3) Logout. 4) Go to OPAC in a different tab. -- notice staff client's "Username:" differs from the OPAC's "Login" text. 5) Click the 'Log in to your account' link in the top right. -- notice staff client's "Username:" differs from the OPAC's "Login" text. 6) Go to http://YOUROPAC/cgi-bin/koha/opac-user.pl -- notice staff client's "Username:" differs from the OPAC's "Login" text. 7) Log in to the staff client and change the OPAC system preference opacthemes to 'prog'. 8) Logout 9) In the OPAC tab, reload the page. -- notice staff client's "Username:" differs from the OPAC's "Login" text. 10) Click the icon in the top left to return to the main Koha screen. -- notice staff client's "Username:" differs from the OPAC's "Login" text. 11) Apply the patch 12) Repeat steps 1-10 again. -- The textbox associated with the login should have a tooltip: "Please enter your username or card number." 13) Run the koha qa test tool. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Same text for |Staff and OPAC areas lack |username/login in OPAC and |consistency |intranet | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 --- Comment #8 from M. Tompsett <mtompset@hotmail.com> --- I have attached a 3rd patch, which is a counter patch to the first two patches. That is, they change the Staff client to 'Login' and add an explanatory tooltip to the text boxes where you are expected to enter either a username or card number. Based on Katrin Fischer's comment 6, I think my counter patch would acceptable. I do agree that login is more generic than username. If the latter one is acceptable for QA purposes, please obsolete the first two (the one I signed off [2.17KB] and the one I added for bootstrap [2.08KB]). -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 --- Comment #9 from Marc Véron <veron@veron.ch> --- Created attachment 28137 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28137&action=edit [Signed-off] Bug 7867: Staff and OPAC login areas lack consistency This patch: - Changes the Staff client's login area text from "Username:" into "Login:", since login is more generic than username. - Adds a tool tip to the staff client's login area 'Login:' textbox: "Please enter your username or card number." - Adds a tool tip to the main OPAC screen's login area 'Login:' textbox using the bootstrap theme: "Please enter your username or card number." - Adds a tool tip to the main OPAC screen's login area 'Login:' textbox using the prog theme: "Please enter your username or card number." - Adds a tool tip to the OPAC screen triggered by clicking the 'Log in to your account' link in the top right using the bootstrap theme: "Please enter your username or card number." - Adds a tool tip to the OPAC screen triggered by clicking the 'Log in to your account' link in the top right using the bootstrap theme: "Please enter your username or card number." NOTE: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt was modified similarly as well, though I don't think it can be triggered, since the modal login screen of bootstrap is triggered by the 'Log in to your account' link, and it no longer goes to page it did before. The page still exists by going there by pasting in the known URL. TEST PLAN --------- 1) Go to staff client. 2) Log in and change the OPAC system preference opacthemes to 'bootstrap'. 3) Logout. 4) Go to OPAC in a different tab. -- notice staff client's "Username:" differs from the OPAC's "Login" text. 5) Click the 'Log in to your account' link in the top right. -- notice staff client's "Username:" differs from the OPAC's "Login" text. 6) Go to http://YOUROPAC/cgi-bin/koha/opac-user.pl -- notice staff client's "Username:" differs from the OPAC's "Login" text. 7) Log in to the staff client and change the OPAC system preference opacthemes to 'prog'. 8) Logout 9) In the OPAC tab, reload the page. -- notice staff client's "Username:" differs from the OPAC's "Login" text. 10) Click the icon in the top left to return to the main Koha screen. -- notice staff client's "Username:" differs from the OPAC's "Login" text. 11) Apply the patch 12) Repeat steps 1-10 again. -- The textbox associated with the login should have a tooltip: "Please enter your username or card number." 13) Run the koha qa test tool. Followed test plan (without qa test tool). Login screens display as expected. Signed-off-by: Marc Véron <veron@veron.ch> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12460|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #26828|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #26831|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m --- Comment #10 from Jonathan Druart <jonathan.druart@biblibre.com> --- I am wondering if some of the following occurrences of "Username" should be replaced too: koha-tmpl/intranet-tmpl/prog/en/columns.def:<field name="borrowers.userid">Username</field> koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref: yes: Username and Password koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt:<p><label>Username:<br /> koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt: <li id="ERROR_login_exist">Username/password already exists.</li> koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt: Username: </label> koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt: <li><span class="label">Username: </span>[% userid %]</li> koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt: <p>Username: [% borrower.userid %]</p> koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.js: $('#login_field').attr("placeholder", "Username or Email") koha-tmpl/opac-tmpl/prog/en/modules/opac-registration-confirmation.tt: Username: [% borrower.userid %] koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt: <label for="patronlogin">Username:</label> Could you please have a look? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|adrien.saurat@biblibre.com |mtompset@hotmail.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 --- Comment #11 from M. Tompsett <mtompset@hotmail.com> --- (In reply to Jonathan Druart from comment #10)
I am wondering if some of the following occurrences of "Username" should be replaced too:
koha-tmpl/intranet-tmpl/prog/en/columns.def:<field name="borrowers.userid">Username</field> koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref: yes: Username and Password koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt:<p><label>Username: <br /> koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt: <li id="ERROR_login_exist">Username/password already exists.</li> koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt: Username: </label> koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt: <li><span class="label">Username: </span>[% userid %]</li> koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt: <p>Username: [% borrower.userid %]</p> koha-tmpl/opac-tmpl/prog/en/modules/opac-registration-confirmation.tt: Username: [% borrower.userid %]
May not apply, is it really Username or is it a generic option between card number or username? I think in cases refering directly to userid, they should say username. The login allows a login by card number, so the prompt should be more generic. Hmmm... the returned error message should be more generic too. Will patch that up.
koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.js: $('#login_field').attr("placeholder", "Username or Email")
This is like the title attribute. Though, should it be email or card number?
koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt: <label for="patronlogin">Username:</label>
Self-checkout... Yes, this should be tweaked. Will patch that up.
Could you please have a look?
I will change it back to Adrien after this, since I really don't have that much time now allocated to Koha support. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 --- Comment #12 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Adrien is no longer working on Koha - mayabe switch back to unassigned then. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 --- Comment #13 from M. Tompsett <mtompset@hotmail.com> --- Created attachment 28282 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28282&action=edit Bug 7867 - Further tweaks on error messages related to login As per Jonathan Druart's comments, self-checkout and error messages related to logging in were tweaked. TEST PLAN ---------- 1) Purposefully fail to log in properly with staff client. -- it should say username. 2) Purposefully fail to log in properly with opac. -- it should say username. 3) Re-run 2 with for both prog and bootstrap themes. 4) Purposefully fail to log in properly with self-checkout. -- you should be prompted username and error should say username as well. 6) apply patch. 7) Re-run the steps, but this time messages should be related to login and not username. 8) run koha-qa test tools. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|mtompset@hotmail.com |oleonard@myacpl.org --- Comment #14 from M. Tompsett <mtompset@hotmail.com> --- I'll be watching to fix my patch, but I don't have time to add more. Hence the reset to default. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28282|0 |1 is obsolete| | --- Comment #15 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Created attachment 28301 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28301&action=edit [SIGNED-OFF] Bug 7867 - Further tweaks on error messages related to login As per Jonathan Druart's comments, self-checkout and error messages related to logging in were tweaked. TEST PLAN ---------- 1) Purposefully fail to log in properly with staff client. -- it should say username. 2) Purposefully fail to log in properly with opac. -- it should say username. 3) Re-run 2 with for both prog and bootstrap themes. 4) Purposefully fail to log in properly with self-checkout. -- you should be prompted username and error should say username as well. 6) apply patch. 7) Re-run the steps, but this time messages should be related to login and not username. 8) run koha-qa test tools. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Work as described. No errors. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |bgkriegel@gmail.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 --- Comment #16 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 28349 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28349&action=edit Bug 7867: Staff and OPAC login areas lack consistency This patch: - Changes the Staff client's login area text from "Username:" into "Login:", since login is more generic than username. - Adds a tool tip to the staff client's login area 'Login:' textbox: "Please enter your username or card number." - Adds a tool tip to the main OPAC screen's login area 'Login:' textbox using the bootstrap theme: "Please enter your username or card number." - Adds a tool tip to the main OPAC screen's login area 'Login:' textbox using the prog theme: "Please enter your username or card number." - Adds a tool tip to the OPAC screen triggered by clicking the 'Log in to your account' link in the top right using the bootstrap theme: "Please enter your username or card number." - Adds a tool tip to the OPAC screen triggered by clicking the 'Log in to your account' link in the top right using the bootstrap theme: "Please enter your username or card number." NOTE: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt was modified similarly as well, though I don't think it can be triggered, since the modal login screen of bootstrap is triggered by the 'Log in to your account' link, and it no longer goes to page it did before. The page still exists by going there by pasting in the known URL. TEST PLAN --------- 1) Go to staff client. 2) Log in and change the OPAC system preference opacthemes to 'bootstrap'. 3) Logout. 4) Go to OPAC in a different tab. -- notice staff client's "Username:" differs from the OPAC's "Login" text. 5) Click the 'Log in to your account' link in the top right. -- notice staff client's "Username:" differs from the OPAC's "Login" text. 6) Go to http://YOUROPAC/cgi-bin/koha/opac-user.pl -- notice staff client's "Username:" differs from the OPAC's "Login" text. 7) Log in to the staff client and change the OPAC system preference opacthemes to 'prog'. 8) Logout 9) In the OPAC tab, reload the page. -- notice staff client's "Username:" differs from the OPAC's "Login" text. 10) Click the icon in the top left to return to the main Koha screen. -- notice staff client's "Username:" differs from the OPAC's "Login" text. 11) Apply the patch 12) Repeat steps 1-10 again. -- The textbox associated with the login should have a tooltip: "Please enter your username or card number." 13) Run the koha qa test tool. Followed test plan (without qa test tool). Login screens display as expected. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 --- Comment #17 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 28350 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28350&action=edit Bug 7867 - Further tweaks on error messages related to login As per Jonathan Druart's comments, self-checkout and error messages related to logging in were tweaked. TEST PLAN ---------- 1) Purposefully fail to log in properly with staff client. -- it should say username. 2) Purposefully fail to log in properly with opac. -- it should say username. 3) Re-run 2 with for both prog and bootstrap themes. 4) Purposefully fail to log in properly with self-checkout. -- you should be prompted username and error should say username as well. 6) apply patch. 7) Re-run the steps, but this time messages should be related to login and not username. 8) run koha-qa test tools. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Work as described. No errors. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28137|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28301|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 --- Comment #18 from Jonathan Druart <jonathan.druart@biblibre.com> --- Looks good to me. Maybe a native speaker should pass QA on it? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|koha.sekjal@gmail.com | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28349|0 |1 is obsolete| | --- Comment #19 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 28457 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28457&action=edit [PASSED QA] Bug 7867: Staff and OPAC login areas lack consistency This patch: - Changes the Staff client's login area text from "Username:" into "Login:", since login is more generic than username. - Adds a tool tip to the staff client's login area 'Login:' textbox: "Please enter your username or card number." - Adds a tool tip to the main OPAC screen's login area 'Login:' textbox using the bootstrap theme: "Please enter your username or card number." - Adds a tool tip to the main OPAC screen's login area 'Login:' textbox using the prog theme: "Please enter your username or card number." - Adds a tool tip to the OPAC screen triggered by clicking the 'Log in to your account' link in the top right using the bootstrap theme: "Please enter your username or card number." - Adds a tool tip to the OPAC screen triggered by clicking the 'Log in to your account' link in the top right using the bootstrap theme: "Please enter your username or card number." NOTE: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt was modified similarly as well, though I don't think it can be triggered, since the modal login screen of bootstrap is triggered by the 'Log in to your account' link, and it no longer goes to page it did before. The page still exists by going there by pasting in the known URL. TEST PLAN --------- 1) Go to staff client. 2) Log in and change the OPAC system preference opacthemes to 'bootstrap'. 3) Logout. 4) Go to OPAC in a different tab. -- notice staff client's "Username:" differs from the OPAC's "Login" text. 5) Click the 'Log in to your account' link in the top right. -- notice staff client's "Username:" differs from the OPAC's "Login" text. 6) Go to http://YOUROPAC/cgi-bin/koha/opac-user.pl -- notice staff client's "Username:" differs from the OPAC's "Login" text. 7) Log in to the staff client and change the OPAC system preference opacthemes to 'prog'. 8) Logout 9) In the OPAC tab, reload the page. -- notice staff client's "Username:" differs from the OPAC's "Login" text. 10) Click the icon in the top left to return to the main Koha screen. -- notice staff client's "Username:" differs from the OPAC's "Login" text. 11) Apply the patch 12) Repeat steps 1-10 again. -- The textbox associated with the login should have a tooltip: "Please enter your username or card number." 13) Run the koha qa test tool. Followed test plan (without qa test tool). Login screens display as expected. Signed-off-by: Marc Veron <veron@veron.ch> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28350|0 |1 is obsolete| | --- Comment #20 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 28458 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28458&action=edit [PASSED QA] Bug 7867 - Further tweaks on error messages related to login As per Jonathan Druart's comments, self-checkout and error messages related to logging in were tweaked. TEST PLAN ---------- 1) Purposefully fail to log in properly with staff client. -- it should say username. 2) Purposefully fail to log in properly with opac. -- it should say username. 3) Re-run 2 with for both prog and bootstrap themes. 4) Purposefully fail to log in properly with self-checkout. -- you should be prompted username and error should say username as well. 6) apply patch. 7) Re-run the steps, but this time messages should be related to login and not username. 8) run koha-qa test tools. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Work as described. No errors. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle@bywatersolutions.com --- Comment #21 from Kyle M Hall <kyle@bywatersolutions.com> --- I have some mild concerns about the use of "Login" which seems to me to be very very uncommon parlance as far as web standardization goes. Every website I've checked either uses email address ( which we don't ) or "Username" It seems like it may be better to use the phrase "Username or card number" which is much more accurate and explanatory, but also far more unwieldy. It seems that "Login" is attempting to be a replacement for this phrase specifically by *not* being the string "Username". In summary, I find this acceptable, but I think that literally having "Username or card number" would be the best solution. However, "Login" is much more terse and I think that by and large it will not cause confusion for patrons. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt@gmail.com --- Comment #22 from Galen Charlton <gmcharlt@gmail.com> --- I have a translation question: the word "login" is ambiguous in English. It can be a verb (to log in), or a noun referring to a username or user ID. Are there languages that use two distinct words for those concepts? If so, that would be a reason for running with "Username or cardnumber" or the like. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 --- Comment #23 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- The noun and the verb are certainly different words in German. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 --- Comment #24 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Well, at least n this case :) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 --- Comment #25 from M. Tompsett <mtompset@hotmail.com> --- (In reply to Kyle M Hall from comment #21)
In summary, I find this acceptable, but I think that literally having "Username or card number" would be the best solution. However, "Login" is much more terse and I think that by and large it will not cause confusion for patrons.
This is why you will note I added the following: title="Please enter your username or card number." into the code. A hover over should clarify what is expected. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 --- Comment #26 from Galen Charlton <gmcharlt@gmail.com> --- (In reply to M. Tompsett from comment #25)
(In reply to Kyle M Hall from comment #21)
In summary, I find this acceptable, but I think that literally having "Username or card number" would be the best solution. However, "Login" is much more terse and I think that by and large it will not cause confusion for patrons.
This is why you will note I added the following: title="Please enter your username or card number." into the code. A hover over should clarify what is expected.
Remember that translators will be seeing lists of words and phrases. So if one sees the word "Login" in the translation interface... quick, tell me whether it's the noun or verb form! -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 --- Comment #27 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Worse... it can be both in different places for an identical string. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 --- Comment #28 from M. Tompsett <mtompset@hotmail.com> --- I was thinking the other day about logging in. Log in Log on Sign in Sign on We have lost the space which distinguishes the "Login" (noun) from "Log in" (action/verb). This loss of the space is more apparent when we talk about logging in (verb) using your login (noun). What we have here is the mess of language. :( What is the best way to solve this case? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |In Discussion --- Comment #29 from Galen Charlton <gmcharlt@gmail.com> --- (In reply to M. Tompsett from comment #28)
What is the best way to solve this case?
I still think Kyle's suggestion: "Username or card number" -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 paxed <pasi.kallinen@pttk.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pasi.kallinen@pttk.fi --- Comment #30 from paxed <pasi.kallinen@pttk.fi> --- If only we supported the message context strings (msgctxt) ... -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867 --- Comment #31 from M. Tompsett <mtompset@hotmail.com> --- (In reply to paxed from comment #30)
If only we supported the message context strings (msgctxt) ...
Just looked this up. Yes, yes this would be a better solution. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org