Bug 32426: Adjust error message of ERROR_login_exist
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 26 Jan 2023 10:14:54 +0000 (11:14 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 27 Mar 2023 10:49:55 +0000 (12:49 +0200)
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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt

index 10a4a4d..83e1cfd 100644 (file)
@@ -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>