Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorial:adm:notifications_standard [2019/07/29 12:05]
svandav [Table]
tutorial:adm:notifications_standard [2019/08/07 19:05]
apeterova
Line 31: Line 31:
 | CHECK  | core:wfTaskCreated                                                                   | email      | If an approval task is created for the user, the user will be notified about the task. The configuration is same as for core:wfTaskAssigned.                                                                                                                                                                                                                                                             | | CHECK  | core:wfTaskCreated                                                                   | email      | If an approval task is created for the user, the user will be notified about the task. The configuration is same as for core:wfTaskAssigned.                                                                                                                                                                                                                                                             |
 |        | vs:vsRequestCreated                                                                  | email      | If a new request on a [[devel:documentation:modules_vs|virtual system]] is created, the implementer of the virtual system will be notified about the request                                                                                                                                                                                                                                             | |        | vs:vsRequestCreated                                                                  | email      | If a new request on a [[devel:documentation:modules_vs|virtual system]] is created, the implementer of the virtual system will be notified about the request                                                                                                                                                                                                                                             |
-|        | core:changeIdentityRole (**topic: core:roleRequestRealizedApplicant**)               | email      | After changing assigned roles of the user manually (after the role request is **finished on all systems** - by default without approving), IdM will send the information to the user, whose roles were changed. This can be turned off by the configuration property ''idm.sec.core.wf.notification.applicant.enabled=false''. [[devel:documentation:roles:adm:role_assignment#notification|Read more]] +|        | core:changeIdentityRole (**topic: core:roleRequestRealizedApplicant**)               | email      | After changing assigned roles of the user manually (after the role request is **finished on all systems** - by default without approving), IdM will send the information to the user, whose roles were changed. This can be turned off by the configuration property ''idm.sec.core.wf.notification.applicant.enabled=false''. [[devel:documentation:roles:adm:role_assignment#notification|Read more]]. It can be turned on by activating the topic.  | 
-|        | core:changeIdentityRoleImplementer (**topic: core:roleRequestRealizedImplementer**)  | email      | After changing assigned roles of the user manually (after the request is **finished on all systems**), IdM will send the information to the user, who requested the change. This can be turned off by the configuration property ''idm.sec.core.wf.notification.implementer.enabled=false''. [[devel:documentation:roles:adm:role_assignment#notification|Read more]]                                    |+|        | core:changeIdentityRoleImplementer (**topic: core:roleRequestRealizedImplementer**)  | email      | After changing assigned roles of the user manually (after the request is **finished on all systems**), IdM will send the information to the user, who requested the change. This can be turned off by the configuration property ''idm.sec.core.wf.notification.implementer.enabled=false''. [[devel:documentation:roles:adm:role_assignment#notification|Read more]].  It can be turned on by activating the topic.                                   |
  
  
Line 39: Line 39:
  
 A configuration property can be set in **Settings** -> **Configuration**. A configuration property can be set in **Settings** -> **Configuration**.
 +
 +A topic can be (de)activated in **Notifications** -> **Configuration** -> magnifying glass -> **Inactive** .
 </note> </note>
  • by svandav