Bugzilla – Attachment 178834 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), 1.97 KB, created by
Nicolas Hunstein
on 2025-02-28 13:48:21 UTC
(
hide
)
Description:
Bug 39005: update the explanatory message of Force new patron password reset in the patron category form
Filename:
MIME Type:
Creator:
Nicolas Hunstein
Created:
2025-02-28 13:48:21 UTC
Size:
1.97 KB
patch
obsolete
>From 3d8549e4657d4c5cdabb41d27a4dd04acaceba7b 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 >--- > 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 8fce83403a..a89e06b08d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -374,7 +374,7 @@ > [% END %] > </select> > <div class="hint"> >- Choose whether staff created patrons of this category be forced into resetting their password after their first OPAC login. >+ 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