Form Runner can show a user menu in the navigation bar, allowing users to login, logout, and, if necessary, register. You can enable the user menu by setting the following property to true (its default value is false):
1
<property
2
as="xs:boolean"
3
name="oxf.fr.authentication.user-menu.enable"
4
value="true"/>
Copied!
When enabled, before users login, the menu contain 2 entries: "Login" and "Register", as shown in the screenshot below.
User menu when logged out
Conversely, when users are logged in, the menu will show who the user is, as well as provide a way for users to logout.
User menu when logged in
You can configure what page users will be taken to when they select "Login", "Logout", or "Register" by setting the properties below, shown here with their default value. Setting a property to the empty string disables hides the corresponding entry in the menu.
NOTE: Orbeon Forms does not provide an out of the box system to create and manage users. The register menu is intended instead to link to your existing user management system.
Default login page
Form Runner comes with a simple default login page which can be used with container-based authentication.