Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1) New user invitation (Role invitation): This is an email notification for User registration that adds roles to the user when the user is registered. 


Email notifications and reminder email configurations - 

Code Block
# eidm2.properties 
roleinvite.registration = invite mailmessages.properties
email.inviteUserRenotify.role.enabled  = true
email.inviteUser.role.enabled  = true 

...

2) Role Invitation: This is an email notification for existing users when they are invited to the new role.  (Not for Pending Users)

Code Block
# eidm2.properties 
roleinvite.receiver.approval = true 

# mailmessages.properties
email.roleInvite.enabled = true 
email.roleInviteRenotify.enabled = true

...