Bugzilla – Attachment 178893 Details for
Bug 39005
Typo in patron category 'Force new password reset' hintq
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39005: update the explanatory message of Force new patron password reset in the patron category form
Bug-39005-update-the-explanatory-message-of-Force-.patch (text/plain), 2.13 KB, created by
Owen Leonard
on 2025-03-03 17:44:39 UTC
(
hide
)
Description:
Bug 39005: update the explanatory message of Force new patron password reset in the patron category form
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-03-03 17:44:39 UTC
Size:
2.13 KB
patch
obsolete
>From a766b12d853ce9ad813ccd6914fdb40c938ab83c Mon Sep 17 00:00:00 2001 >From: Nicolas Hunstein <nicolas.hunstein@bsz-bw.de> >Date: Fri, 28 Feb 2025 13:32:58 +0000 >Subject: [PATCH] Bug 39005: update the explanatory message of Force new patron > password reset in the patron category form > >updates explanatory message "Choose whether staff created patrons of >this category be forces into resetting their passwort after their first >OPAC login" to "Choose whether staff-created patrons of this category >are forced to change their password after their first OPAC login" > >to test: >- go to Administration page >- go to patron categories >- open the patron category form for example by clicking on "New > category" >- check there is the string "Choose whether staff created patrons of > this category be forces into resetting their passwort after their > first OPAC login" > >- apply patch >- verify there is the string "Choose whether staff-created patrons of > this category are forced to change their password after their first > OPAC login" now > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >index 74557724486..b3b4812c054 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -373,7 +373,7 @@ > <option value="0">Don't force</option> > [% END %] > </select> >- <div class="hint"> Choose whether staff created patrons of this category be forced into resetting their password after their first OPAC login. </div> >+ <div class="hint"> Choose whether staff-created patrons of this category are forced to change their password after their first OPAC login. </div> > </li> > <li > ><label for="block_expired">Block expired patron OPAC actions:</label> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39005
:
178834
|
178836
|
178893
|
179164