Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Coles (0.18 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. admin */
        String AUTHENTICATION_ADMIN_USERS = "authentication.admin.users";
    
        /** The key of the configuration. e.g. admin */
        String AUTHENTICATION_ADMIN_ROLES = "authentication.admin.roles";
    
        /** The key of the configuration. e.g.  */
        String ROLE_SEARCH_DEFAULT_PERMISSIONS = "role.search.default.permissions";
    
        /** The key of the configuration. e.g. {role}guest */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  2. src/main/resources/fess_config.properties

    #                                                 Permission
    #                                                     ------
    authentication.admin.users=admin
    authentication.admin.roles=admin
    
    role.search.default.permissions=
    role.search.default.display.permissions={role}guest
    role.search.guest.permissions={role}guest
    
    role.search.user.prefix=1
    role.search.group.prefix=2
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
Back to top