Skip to main content

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Description

User actions tag to log in, log out and navigate home. To enable this you need to make sure that your security.conf file contains the line webservice-enabled: true Your security.conf file can be found in resources/conf/security/security.conf. For spring security you will need the following rule to allow access to the user api, if parts of the site are public. <intercept-url pattern="/twigkit/api/user" access="isAnonymous() or isAuthenticated()"/>

Usage

as element:
<security:user-actions>
</security:user-actions>

Directive info

  • This directive creates new scope.

Example

Source

<security:user-actions></security:user-actions>

Result

Result