- Timestamp:
- 2018-08-23T14:34:21+12:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/web/WEB-INF/classes/ServiceRack.properties
r30845 r32376 104 104 param.rnpw=retype new password 105 105 106 106 ## Authentication errors 107 auth.error.not_logged_in=You must be logged in to access this page. 108 auth.error.admin_not_logged_in=You must be logged in as an administrator to access this page. 109 auth.error.could_not_get_user_info=There was an error getting the user information. 110 auth.error.username_not_specified=No username was specified. 111 auth.error.user_not_found=The requested user was not found in the database. 112 auth.error.sql_exception=There was an SQL exception while accessing the database. 113 auth.error.invalid_username=The username specified was invalid. 114 auth.error.no_password=No password was entered. 115 auth.error.password_too_short=The password you entered was too short (minimum of 3 characters). 116 auth.error.password_too_long=The password you entered was too long (maximum of 64 characters). 117 auth.error.password_illegal_chars=The password you entered contains illegal characters. 118 auth.error.incorrect_password=The password specified was incorrect. 119 auth.error.user_already_exists=This user already exists and therefore cannot be added. 120 auth.error.add_user_error=There was an error adding this user to the database. 121 auth.error.remove_user_error=There was an error removing this user from the database. 122 auth.error.captcha_failed=There was a problem verifying you with reCAPTCHA 123 auth.error.captcha_missing=The information from the captcha is missing. 124 auth.error.not_authorised=You are not authorised to access this page. 125 auth_error.missing_params=Missing compulsory parameters: username, oldPassword, or newPassword 126 auth.success.account_settings=You have successfully changed your details. 107 127 108 128 ## CrossCollectionSearch specific strings
Note:
See TracChangeset
for help on using the changeset viewer.