Bugzilla – Attachment 148208 Details for
Bug 32426
Make userid generation pluggable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32426: Adjust error message of ERROR_login_exist
Bug-32426-Adjust-error-message-of-ERRORloginexist.patch (text/plain), 1.88 KB, created by
Martin Renvoize (ashimema)
on 2023-03-15 13:43:24 UTC
(
hide
)
Description:
Bug 32426: Adjust error message of ERROR_login_exist
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-03-15 13:43:24 UTC
Size:
1.88 KB
patch
obsolete
>From cea4c389e2a6db9f1a380f2da8000bf02ee5ee04 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 26 Jan 2023 11:14:54 +0100 >Subject: [PATCH] Bug 32426: Adjust error message of ERROR_login_exist > >The reference to password might be confusing. You could have the >same password as another user. >The addition of 'could not create unique one' especially applies to >plugins that return an existing userid, like the very simple plugin >example on the Bugzilla report that just returns borrowers.email. > >Test plan: >Covered by previous patch. Just a string change here. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index 9dd015b99e..4e76a7533c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -144,7 +144,7 @@ legend:hover { > <p>The following fields are wrong. Please fix them.</p> > <ul> > [% IF ( ERROR_login_exist ) %] >- <li id="ERROR_login_exist">Username/password already exists.</li> >+ <li id="ERROR_login_exist">Username already exists or could not create unique new one.</li> > [% END %] > [% IF ERROR_cardnumber_already_exists %] > <li id="ERROR_cardnumber">Cardnumber already in use.</li> >-- >2.39.2
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 32426
:
146947
|
146948
|
146949
|
146950
|
146951
|
146952
|
146953
|
146954
|
147252
|
147253
|
147254
|
147255
|
147704
|
147705
|
147706
|
147707
|
147708
|
147709
|
147710
|
147711
|
147712
|
148203
|
148204
|
148205
|
148206
|
148207
| 148208 |
148209
|
148210
|
148211
|
148782
|
148793