Ignore:
Timestamp:
2018-08-23T14:34:21+12:00 (6 years ago)
Author:
kjdon
Message:

added in authentication error strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/WEB-INF/classes/ServiceRack.properties

    r30845 r32376  
    104104param.rnpw=retype new password
    105105
    106 
     106## Authentication errors
     107auth.error.not_logged_in=You must be logged in to access this page.
     108auth.error.admin_not_logged_in=You must be logged in as an administrator to access this page.
     109auth.error.could_not_get_user_info=There was an error getting the user information.
     110auth.error.username_not_specified=No username was specified.
     111auth.error.user_not_found=The requested user was not found in the database.
     112auth.error.sql_exception=There was an SQL exception while accessing the database.
     113auth.error.invalid_username=The username specified was invalid.
     114auth.error.no_password=No password was entered.
     115auth.error.password_too_short=The password you entered was too short (minimum of 3 characters).
     116auth.error.password_too_long=The password you entered was too long (maximum of 64 characters).
     117auth.error.password_illegal_chars=The password you entered contains illegal characters.
     118auth.error.incorrect_password=The password specified was incorrect.
     119auth.error.user_already_exists=This user already exists and therefore cannot be added.
     120auth.error.add_user_error=There was an error adding this user to the database.
     121auth.error.remove_user_error=There was an error removing this user from the database.
     122auth.error.captcha_failed=There was a problem verifying you with reCAPTCHA
     123auth.error.captcha_missing=The information from the captcha is missing.
     124auth.error.not_authorised=You are not authorised to access this page.
     125auth_error.missing_params=Missing compulsory parameters: username, oldPassword, or newPassword
     126auth.success.account_settings=You have successfully changed your details.
    107127
    108128## CrossCollectionSearch specific strings
Note: See TracChangeset for help on using the changeset viewer.