SMF Password Reset

SMF Password Reset Configuration

N2FE supports password reset for SMF users. This parameter is set to disabled by default. Enabling this parameter will:

Configuration

SMF password reset can be enabled in the main N2FE configuration file: /etc/jarvis/n2fe.xml

The allow_smf_user_password_reset parameter can be found within the <login module="LoginSMF"> XML element.

To enable this parameter simply change the value from 0 to 1.

<parameter name="allow_smf_user_password_reset" value="1"/>