Changeset 32454 for main


Ignore:
Timestamp:
2018-09-13T14:26:24+12:00 (6 years ago)
Author:
kjdon
Message:

a couple changes to auth.error messages

File:
1 edited

Legend:

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

    r32414 r32454  
    110110auth.error.username_not_specified=No username was specified.
    111111auth.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.
    113112auth.error.invalid_username=The username specified was invalid (must be between 2 and 30 characters long, and contain only a-z, A-Z, 0-9 and _ or . characters)
    114113auth.error.no_password=No password was entered.
     
    122121auth.error.captcha_failed=There was a problem verifying you with reCAPTCHA
    123122auth.error.captcha_missing=The information from the captcha is missing.
     123auth.error.connection_failed=There was a problem connecting to the reCAPTCHA website. Please contact your library administrator.
    124124auth.error.not_authorised=You are not authorised to access this page.
    125125auth.error.missing_params=Missing compulsory parameters: username, oldPassword, or newPassword
Note: See TracChangeset for help on using the changeset viewer.