Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

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

Switch off the 'Forgot password' function

Prev Next

It is possible to deactivate the 'Forgot password' function globally for the Lobster Data Platform/Orchestration system.

To do this, the file de.lobster.scm.authentication.AuthenticationManager.xml must be created in the configuration directory (usually SCM_HOME/config) in the subdirectory systemManagers (if it does not already exist).

This file must be used to assign the value false to the variable enablePasswordRequest.

IMPORTANT The Lobster Data Platform/Orchestration server must then be restarted for the change to take effect.

The variable enablePasswordRequest is evaluated, when the Lobster Data Platform/Orchestration window is loaded. If this variable returns the value false, the link Forgot password? is not applicable .

AuthenticationManager.xml

<?xml version="1.0"  encoding="ISO-8859-1"?>
<!DOCTYPE Configure PUBLIC
 "-//EBD Integration//DTD Configure 1.3//EN"
 "http://www.ebd-integration.de/dtd/configure_1_3.dtd">
<Configure class="de.lobster.scm.authentication.AuthenticationManager">
 
  <Call name="setEnablePasswordRequest"><Arg type="boolean">false</Arg></Call>
    
</Configure>