Disabling account agent

Since Process2024.1.0, an agent has been added to automate account deactivation.

Configuration

Template : AccountDisablingAgent

Default configuration :

<configuration>
    <daysDelay prevention="100" disabling="50"/>
</configuration>
Parameter Mandatory Description
daysDelay - prevention True Number of days between the user’s last connection date and the sending of an email warning that the account will be deactivated.
daysDelay - disabling True Number of days between the date the prevention email was sent and deactivation.

Emails

An email is sent to the user if they have not logged in for the number of days set in “prevention”, and another email is sent to them after deactivation.

To do this, configurable templates are used :

  • Prevention: sys_Account_AlertDefault
  • Deactivation: sys_Account_DisabledDefault