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 Hybrid LDAP 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:
- 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.
By default, the value of all the elements above is false.
-
Save and close the file.
-
Start the Apache Tomcat service(s).