====== Account creation notification ====== Whole functionality is handled by the **extras-notify-acc-creation-processor** processor. This processor sends notifications to users at the creation of their account on a particular system or systems, depending on the configuration. * Notification is only being sent when an account creates successfully * Notifications are sent to topic **extras:accountCreated** * Feature uses **accountCreated** notification template by default, but you can override this in the notification configuration tab in CzechIdM * Notification will be sent for each account, that is successfully created on the monitored system (even if it is a second account with the same owner) ===== Configuration properties ===== * **idm.sec.extras.extras-notify-acc-creation-processor.targeted-systems** - Contains a comma-separated list of systems (their UUID), on which CzechIdM will notify users with newly created accounts. If This property is empty, or not set at all, no notification will be sent ===== Skipping processor programatically ===== There may be a need to not send this notification in some particular cases. In order to prevent the notification from being sent, you can set **extras-notify-acc-creation-processor-skip**=true property to the related event, which will make extras-notify-acc-creation-processor not notify the affected user.