Configure IdP Authentication Only E-Mail Notification
The following section provides you information on configuring the system to automate the process of sending or restricting e-mail notifications to the users.
This procedure is applicable for the IdP Authentication Only authentication mode.
- Stop the Apache Tomcat service(s) if it is running.
- Locate the config.xml file.
For Tomcat, you can find the config.xml file in the \I4V\WEB-INF\config subfolder of your Tomcat installation directory.
- Open the config.xml file in a text or XML editor.
- Do any of the following:
Option Action To notify individual users when their accounts are added: Locate <property name="mailTo_searchAddUser" value="xxxx"/> and enter true under value. To restrict users from being notified, enter false. To notify all the users when they are imported: Locate <property name="mailTo_bulkImportUsers" value="xxx"/> and enter true under value. To restrict users from being notified, enter false. To notify the users when their status is changed from inactive to active: locate <property name="mailTo_inactiveToActivateUser" value="xxxx"/> and enter true under value. To restrict users from being notified, enter false. Note: By default, the value of all the elements above is false.
- Save and close the file.
- Start the Apache Tomcat service(s).
