Configure Email Notifications for Account Locking¶
Once you have configured MWARE IAM for user account locking, you can also configure the MWARE IAM to email to the user's email address when the user account is locked. To configure this, follow the steps below.
Enable the email sending configurations of the MWARE IAM as explained below.
-
Navigate to the
<IS_HOME>/repository/conf/deployment.toml
file and uncomment the[output_adapter.email]
configuration block.[output_adapter.email] from_address= "wso2iam@outlook.com" username= "wso2iam@outlook.com" password= "xxxx" hostname= "smtp.office365.com" port= 587
Info
- If you use a Gmail account as the email OTP sender, you must create an App Password. After you get an App Password from Google, update the
password
. - If your password contains special characters (example:
<
,>
,&
), you will run into errors when running the server. To avoid errors, update thepassword
parameter as follows:password= "<![CDATA[xxxx]]>"
- If you use a Gmail account as the email OTP sender, you must create an App Password. After you get an App Password from Google, update the
-
Update the sample values with your email adapter configurations.
Info
Refer configure email sending module for the complete list of email adapter configurations.
-
Save the configurations and restart the server.
Tip
The email template used to send the email notification for account locking is the AccountLock template and the template used for account disabling is the AccountDisable template. You can edit and customize the email template. For more information on how to do this, see Customize Automated Emails.
MWARE IAM uses separate email templates for notifying,
- Account locking by administrator
- Account unlocking by administrator
There are default email templates available for the above-mentioned emails. However, you can choose to modify them if necessary as well.
View email templates in the management console¶
-
Navigate to Main > Manage > Email Templates > List.
-
From the Select Email Template Type dropdown, select either
AccountLockAdmin
orAccountUnlockAdmin
to notify the locked and unlocked user respectively. -
You can customize the subject, body, and footer based on your requirement.
-
Click Save.
Related topics