From: Gina Monti Date: Tue, 22 Nov 2022 19:16:19 +0000 (-0500) Subject: LP#19801356 Making 'username' consistent in the OPAC X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=625b0a37526b349b071f6fadac7c0ea366727c91;p=evergreen%2Ftadl.git LP#19801356 Making 'username' consistent in the OPAC Signed-off-by: Gina Monti Signed-off-by: Jason Boyer --- diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 6c517fa0d0..e4b88ca588 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -4138,7 +4138,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - + @@ -11639,7 +11639,7 @@ SELECT usr, - + @@ -11667,7 +11667,7 @@ SELECT usr, - + @@ -11677,7 +11677,7 @@ SELECT usr, - + @@ -11693,7 +11693,7 @@ SELECT usr, - + @@ -11709,7 +11709,7 @@ SELECT usr, - + @@ -11720,7 +11720,7 @@ SELECT usr, - + @@ -14604,7 +14604,7 @@ SELECT usr, sr:hide_from="display,filter" sr:force_transform="reporter.intersect_user_perm_ou,SR__USER_ID,VIEW_USER" sr:force_filter="true" sr:force_filtervalues="t"/> - + diff --git a/Open-ILS/src/extras/import/marc2sre.pl.in b/Open-ILS/src/extras/import/marc2sre.pl.in index 58e7fa69f7..1694ca5c80 100755 --- a/Open-ILS/src/extras/import/marc2sre.pl.in +++ b/Open-ILS/src/extras/import/marc2sre.pl.in @@ -65,7 +65,7 @@ Fieldmapper->import(IDL => OpenSRF::Utils::SettingsClient->new->config_value("ID my ($result, $evt) = get_user_id($user); if ($evt || !$result->id) { - print("Could not retrieve user with user name '$user'\n"); + print("Could not retrieve user with username '$user'\n"); exit(0); } diff --git a/Open-ILS/src/support-scripts/eg_db_config.in b/Open-ILS/src/support-scripts/eg_db_config.in index c224e95b1b..9e14f173d5 100755 --- a/Open-ILS/src/support-scripts/eg_db_config.in +++ b/Open-ILS/src/support-scripts/eg_db_config.in @@ -211,7 +211,7 @@ sub load_sample_data { chdir($cwd); } -=item set_admin_account() - Sets the administrative user's user name and password +=item set_admin_account() - Sets the administrative user's username and password =cut sub set_admin_account { my $admin_user = shift; @@ -399,14 +399,14 @@ DATABASE CONFIGURATION OPTIONS --port port number for database access - --admin-user administration user's user name + --admin-user administration user's username --admin-pass administration user's password EXAMPLES This script is normally used during the initial installation and configuration process. This creates the database schema, sets - the administration user's user name and password, and modifies your + the administration user's username and password, and modifies your configuration files to include the correct database connection information. diff --git a/Open-ILS/src/templates-bootstrap/opac/password_reset.tt2 b/Open-ILS/src/templates-bootstrap/opac/password_reset.tt2 index 1137ebbc95..eabe3b268d 100755 --- a/Open-ILS/src/templates-bootstrap/opac/password_reset.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/password_reset.tt2 @@ -16,7 +16,7 @@ NOT_ACTIVE => l('This was not an active password reset request. Your password has not been reset.'), NOT_STRONG => l('The password you chose was not considered complex enough to protect your account. Your password has not been reset.'), TWO_PASSWORDS => l('Please enter and repeat your new password.'), - REQUEST_SUCCESS => l('Your user name or barcode has been submitted for a password reset. ' _ + REQUEST_SUCCESS => l('Your username or barcode has been submitted for a password reset. ' _ 'If a matching account with an email address is found, you will soon receive an email at that address with further instructions for resetting your password.') } %] @@ -47,7 +47,7 @@ [% END %] [% ELSIF !ctx.pwreset.status %] -

[% l('Please enter your user name or barcode to identify your library account and request a password reset') %]

+

[% l('Please enter your username or barcode to identify your library account and request a password reset') %]

[%- INCLUDE "opac/password_reset_msg.tt2" %]
@@ -55,7 +55,7 @@
- +
diff --git a/Open-ILS/src/templates/opac/password_reset.tt2 b/Open-ILS/src/templates/opac/password_reset.tt2 index 2856e47024..f4dbea8416 100644 --- a/Open-ILS/src/templates/opac/password_reset.tt2 +++ b/Open-ILS/src/templates/opac/password_reset.tt2 @@ -16,7 +16,7 @@ NOT_ACTIVE => l('This was not an active password reset request. Your password has not been reset.'), NOT_STRONG => l('The password you chose was not considered complex enough to protect your account. Your password has not been reset.'), TWO_PASSWORDS => l('Please enter and repeat your new password.'), - REQUEST_SUCCESS => l('Your user name or barcode has been submitted for a password reset. ' _ + REQUEST_SUCCESS => l('Your username or barcode has been submitted for a password reset. ' _ 'If a matching account with an email address is found, you will soon receive an email at that address with further instructions for resetting your password.') } %] @@ -48,7 +48,7 @@
[% END %] [% ELSIF !ctx.pwreset.status %] -

[% l('Please enter your user name or barcode to identify your library account and request a password reset') %]

+

[% l('Please enter your username or barcode to identify your library account and request a password reset') %]

[%- INCLUDE "opac/password_reset_msg.tt2" %]
@@ -57,7 +57,7 @@ - +
diff --git a/Open-ILS/web/js/dojo/openils/opac/nls/opac.js b/Open-ILS/web/js/dojo/openils/opac/nls/opac.js index 59ae500f0e..7dcd2796f9 100644 --- a/Open-ILS/web/js/dojo/openils/opac/nls/opac.js +++ b/Open-ILS/web/js/dojo/openils/opac/nls/opac.js @@ -1,6 +1,6 @@ { "BARCODE_PROMPT": "Barcode: ", - "USERNAME_PROMPT": "User name: ", + "USERNAME_PROMPT": "Username: ", "CANCEL_BUTTON_LABEL": "Cancel", "SUBMIT_BUTTON_LABEL": "Submit", "OK": "OK", @@ -10,7 +10,7 @@ "PWD_RESET_SUBMIT_STATUS": "Sending request...", "PWD_RESET_FORGOT_PROMPT": "Forgot your password?", "PWD_RESET_FORM_TITLE": "Request password reset", - "PWD_RESET_SUBMIT_PROMPT": "To begin the password reset process, enter either your barcode or user name in the form below and click 'Submit'", + "PWD_RESET_SUBMIT_PROMPT": "To begin the password reset process, enter either your barcode or username in the form below and click 'Submit'", "CREATE_MFHD": "Add MFHD Record", "CREATED_MFHD_RECORD": "Created MFHD record for ${0}", "DELETE_MFHD": "Delete Record", diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index ef72fec206..2039fc625b 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -193,7 +193,7 @@ - + @@ -3538,7 +3538,7 @@ - +