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
devel:documentation:modules_extras [2021/08/30 05:50]
kucerar [Create automatic roles by tree structure, based on user's roles LRT]
devel:documentation:modules_extras [2024/04/29 12:49] (current)
sourek
Line 81: Line 81:
 ===== Create automatic roles by tree structure, based on user's roles LRT ===== ===== Create automatic roles by tree structure, based on user's roles LRT =====
  
-Since module version **2.8.0** Documentation is available here: [[:tutorial:adm:auto_roles_based_on_user|]] +Since module version **2.8.0**  Documentation is available here: [[:tutorial:adm:auto_roles_based_on_user|]]
  
 ===== Status task ===== ===== Status task =====
Line 121: Line 120:
  
 Edit: Support for technical identities added for use in version 1.9.0 Edit: Support for technical identities added for use in version 1.9.0
 +
 +===== Notification about the start of identity's contract =====
 +
 +Since version 3.2.3
 +
 +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 216: Line 227:
   * "Ing. Mgr. at Mgr. MBA" - maximum: 20 - "Ing. Mgr. at Mgr."   * "Ing. Mgr. at Mgr. MBA" - maximum: 20 - "Ing. Mgr. at Mgr."
   * "Ing." - maximum: 20 - "Ing."   * "Ing." - maximum: 20 - "Ing."
 +
 +===== Copying assigned roles from the main contract to a contract valid in the future =====
 +
 +This feature allows you to automatically copy roles from the existing main contract to a contract valid in the future. This serves to handle the issue with cases when contract validity is not extended but rather a new contract is created altogether.
 +
 +Since module version **3.3.0**
 +
 +Documentation is available [[.:modules_extras:copy_roles_to_new_contract|there]]
 +
 +===== Deduplication for automatic roles by organization structure =====
 +
 +The feature process deduplication existing automatic roles that are assigned onto organization units.
 +
 +Since module version **3.4.0**
 +
 +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]].
 +
 +===== Notify user of account creation =====
 +
 +This feature enables users to receive notifications about account creation on a particular system or systems.
 +
 +Since module version **3.6.0**
 +
 +Complete documentation is available [[.:modules_extras:account_creation_notification|there]].
 +
 +===== Create automatic role for organization group =====
 +
 +This feature creates automatic organization role for group.
 +
 +Since module version **3.7.0**
 +
 +Complete documentation is available [[.:modules_extras:create_automatic_role_for_organization_group|there.]]
 +
 +===== Notification about roles without guarantees =====
 +
 +This feature sends notification about roles with expiring/expired/missing role guarantees.
 +
 +Since module version **3.8.0**
 +
 +Complete documentation is available [[.:modules_extras:notification_about_roles_without_guarantees|there.]]
 +
 +===== Resize profile photo to defined size =====
 +
 +This feature allows you to resize user profile photos to a defined size.
 +
 +Since module version **3.9.0**
 +
 +Complete documentation is available [[.:modules_extras:resize_profile_photo|there.]]
 +
 +===== Evaluator (permissions) for users with given form projection who do not have contract in denied organization =====
 +
 +Since module version **4.3.0**.
 +
 +Documentation is available [[.:modules_extras:identity_evaluator_by_projection_denied_org|there]].
 +
 +===== Recalculate identities with roles =====
 +
 +Since module version **4.5.0**.
 +
 +Documentation is available [[.:modules_extras:recalculate_identities_with_roles|there]].
 +
 +===== Send custom notification to identities =====
 +
 +Since module version **4.5.0**.
 +
 +Documentation is available [[.:modules_extras:send_custom_notification_to_identities|there]].
 +
 +===== Notify about identity changes caused by synchronization =====
 +
 +Since module version **3.11.0**  .
 +
 +Documentation is available [[.:modules_extras:sync_change_notification|there]].
  
  
  • by kucerar