Versions Compared

Key

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

1) New user invitation (Role invitation for New users): 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 (for existing users): This is an email notification for existing users when they are invited to the new role.  (Not for Pending Users)

...