Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for admin (0.02 sec)

  1. src/main/webapp/WEB-INF/fe.tld

        <name>permission</name>
        <function-class>org.codelibs.fess.taglib.FessFunctions</function-class>
        <function-signature>boolean hasActionRole(java.lang.String)</function-signature>
        <example>${fe:permission("admin-dashboard")}</example>
      </function>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 28 07:49:35 UTC 2020
    - 10K bytes
    - Viewed (0)
  2. src/main/resources/app.xml

    					"$PASSWORD"
    					]</property>
    					<property name="deleteCommand">[
    					"/usr/sbin/htpasswd",
    					"-D",
    					"/tmp/test.txt",
    					"$USERNAME"
    					]</property>
    					<property name="targetUsers">[
    					"admin"
    					]</property>
    				</component>
    			</arg>
    		</postConstruct>
    		 -->
    		<postConstruct name="addChain">
    			<arg>
    				<component class="org.codelibs.fess.auth.chain.LdapChain">
    				</component>
    			</arg>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun Nov 19 02:22:47 UTC 2023
    - 3.8K bytes
    - Viewed (0)
Back to top