Bug 22576

Summary: OPAC password change text changes
Product: Koha Reporter: Liz Rea <wizzyrea>
Component: OPACAssignee: Liz Rea <wizzyrea>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: katrin.fischer, marie-luce.laflamme, martin.renvoize, nick
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
19.05.00
Attachments: Bug 22576: OPAC password text refresh
Bug 22576: OPAC password text refresh
Bug 22576: OPAC password text refresh

Description Liz Rea 2019-03-25 17:44:32 UTC
A borrower changing their password from the logged in password change functionality might see some awkward text messages, specifically: 

- "Return to your record" after changing the password, I propose "Return to my account" (since that's what the borrower probably wants to do).
- "Submit changes" to change the password should be "Change password" just to be really clear about what is going to happen when the button is clicked.
Comment 1 Liz Rea 2019-03-25 17:49:57 UTC
Created attachment 86987 [details] [review]
Bug 22576: OPAC password text refresh

To test:

Create a patron with a username and password
Make sure that password resets on OPAC are allowed in your system
preferences (OpacPasswordChange -> Allow)
Log into the OPAC with this patron
Click the "Change password" tab
Change the password - notice that the button to submit the changes says
"Submit Changes" and also that the success page says "Return to my
record"
Apply this patch
Reset the password again, noticing that the button to submit the new
password says "Change password" and the success page says "Return to my
account"
Comment 2 Marie-Luce Laflamme 2019-04-05 21:58:00 UTC
Created attachment 87465 [details] [review]
Bug 22576: OPAC password text refresh

To test:

Create a patron with a username and password
Make sure that password resets on OPAC are allowed in your system
preferences (OpacPasswordChange -> Allow)
Log into the OPAC with this patron
Click the "Change password" tab
Change the password - notice that the button to submit the changes says
"Submit Changes" and also that the success page says "Return to my
record"
Apply this patch
Reset the password again, noticing that the button to submit the new
password says "Change password" and the success page says "Return to my
account"

Signed-off-by: Marie-Luce Laflamme <marie-luce.laflamme@inlibro.com>
Comment 3 Katrin Fischer 2019-04-06 10:41:49 UTC
Created attachment 87470 [details] [review]
Bug 22576: OPAC password text refresh

To test:

Create a patron with a username and password
Make sure that password resets on OPAC are allowed in your system
preferences (OpacPasswordChange -> Allow)
Log into the OPAC with this patron
Click the "Change password" tab
Change the password - notice that the button to submit the changes says
"Submit Changes" and also that the success page says "Return to my
record"
Apply this patch
Reset the password again, noticing that the button to submit the new
password says "Change password" and the success page says "Return to my
account"

Signed-off-by: Marie-Luce Laflamme <marie-luce.laflamme@inlibro.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Nick Clemens 2019-04-17 12:28:52 UTC
Awesome work all!

Pushed to master for 19.05
Comment 5 Martin Renvoize 2019-04-26 12:02:50 UTC
Enhancement will not be backported to 18.11.x series.