Changeset 33704


Ignore:
Timestamp:
2019-11-19T14:04:57+13:00 (4 years ago)
Author:
kjdon
Message:

added some authentication error strings. some are used by the libraryservlet

File:
1 edited

Legend:

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

    r33296 r33704  
    8080level.chapters=chapters
    8181
     82
    8283## Authentication
    8384Authentication.name=Administration Page
     
    105106
    106107## Authentication errors
     108auth.error.login=Please log in to view this page
     109auth.error.incorrect_login=You are not in the correct group to view this page, would you like to log in as a different user?
     110auth.error.un_or_pw_err=Either your username or password was incorrect, please try again.
     111auth.error.no_permissions=This user does not have the required permissions to perform this action.
     112auth.error.no_metadata_permissions=You cannot modify any metadata when not logged in.
    107113auth.error.not_logged_in=You must be logged in to access this page.
    108114auth.error.admin_not_logged_in=You must be logged in as an administrator to access this page.
Note: See TracChangeset for help on using the changeset viewer.