Bugzilla – Attachment 146952 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.80 KB, created by
Marcel de Rooy
on 2023-02-20 11:50:36 UTC
(
hide
)
Description:
Bug 32426: Adjust error message of ERROR_login_exist
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-02-20 11:50:36 UTC
Size:
1.80 KB
patch
obsolete
>From 6681c7c9a820a1b511c20fdf665c57c0db685ffa 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 >Content-Type: text/plain; charset=utf-8 > >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> >--- > .../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 365b15600c..e93dc47fbb 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.30.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