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
devel:documentation:modules_extras [2022/02/15 12:28]
kopro Add role deduplication
devel:documentation:modules_extras [2022/05/12 09:23]
doischert
Line 126: Line 126:
  
 A notification about start of identity's contract will be send to specific persons. You can also set the topic which will be used for notification. More information is available here: [[:tutorial:adm:notification_-_identity_s_contract_is_starting|]] A notification about start of identity's contract will be send to specific persons. You can also set the topic which will be used for notification. More information is available here: [[:tutorial:adm:notification_-_identity_s_contract_is_starting|]]
 +
 +===== Notification about the change of identity's contract =====
 +
 +Since version 3.4.1
 +
 +A notification about a change of identity's contract will be sent to specific persons. You can also set the topic which will be used for notification. More information is available here: [[:tutorial:adm:notification_-_identity_s_contract_was_changed|]]
  
 ===== Script split titles before and after ===== ===== Script split titles before and after =====
Line 237: Line 243:
  
 Complete documentation is available [[.:modules_extras:automatic_role_by_organization_deduplication|there]]. Complete documentation is available [[.:modules_extras:automatic_role_by_organization_deduplication|there]].
 +
 +===== Check whether a value is unique in a system =====
 +
 +This feature enables you to check that a certain value is unique in a system. This is typically useful for generators creating emails or usernames which need to be unique.
 +
 +Since module version **3.5.0**
 +
 +Complete documentation is available [[.:modules_extras:check_that_value_is_unique_in_system|here]].
  
  
  • by apeterova