Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.2.0

mailmessages.properties configuration file contains email texts for localization. You can also add language specific mailmessages_XX.properties configuration files in addition to the multilanguage file. Language specific email messages are sent when we can ascertain the desired language based on the locale attribute of the user receiving the email message. The multilanguage emails are used when we don't know the locale preference of the receiving user.

...

All emails have three separate property keys that all have the same prefix but a different postfix. The keys are:

  • <prefix>.enabled: This property defines if the specific type of email is sent by the system or not. This property can only be defined in the mailmessages.properties configuration file. It cannot be used in the language specific mailmessages_XX.properties configuration files.
  • <prefix>.subject: This property defines the subject of the email.
  • <prefix>.message: This property defines the message content of the email.

...

  • link: Link to the registration.
  • user.<attribute name>: Any attribute the pending user has.
  • user.pendingUserID: the pending user id

...

  • message: The message given by the inviter when making the invitation in the user interface.
  • recipient: "<firstname> <surname>", of the recipient.
  • link: Link to the person registration.
  • sender: "<firstname> <surname>\n<organization name>\n<email>\n<mobile>", of the inviter.
  • roles_<locale> : Relative names of the roles the user has been invited to.
  • rolesFull_<locale>: Full names of the roles the user has been invited to.
  • user.<attribute name>: Any attribute the pending user has.
  • user.pendingUserID: the pending user id

...

Recipient: new user.
Available variables:

  • recipient: "<firstname> <surname>", of the recipient.
  • link: Link to the person registration.
  • sender: "<REST inviter email>".
  • user.<attribute name>: Any attribute the pending user has.
  • user.pendingUserID: the pending user id.

...

  • message: The message given by the inviter when making the invitation in the user interface.
  • recipient: "<firstname> <surname>", of the recipient.
  • link: Link to the person registration.
  • sender: "<firstname> <surname>\n<organization name>\n<email>\n<mobile>", of the inviter.
  • roles_<locale>: List of the relative names of the roles the user has been invited to.
  • rolesFull_<locale>: List of the full names of the roles the user has been invited to.
  • user.<attribute name>: Any attribute the pending user has.
  • user.pendingUserID: the pending user id.

email.inviteUser.mandate.XXX

This property is a notification text for a new user invitation with a mandate. XXX stands for the type of the mandate:

...

  • message: The message given by the mandater when making the mandate in the user interface.
  • recipient: "<firstname> <surname>", of the recipient.
  • link: Link to the person registration.
  • sender: "<firstname> <surname>\n<organization name>\n<email>\n<mobile>", of the mandater.
  • inviter: Value depends on the type of the mandate. If the mandate is given by a person then the value is "<firstname> <surname>". If the mandate is given by an organization then the value is "<organization friendly name>".

When the mandate recipient is a person also the following variables are available:

  • recipientUser.<attribute name>: Any attribute the pending user has.
  • recipientUser.pendingUserID: the pending user id

email.inviteUserRenotify.mandate.XXX

This property is a notification text that reminds of a new user invitation with a mandate.

...

  • message: The message given by the mandater when making the mandate in the user interface.
  • link: Link to the person registration.
  • recipient: "<firstname> <surname>", of the recipient.
  • sender: "<firstname> <surname>\n<organization name>\n<email>\n<mobile>", of the inviter.

When the mandate recipient is a person also the following variables are available:

  • user.<attribute name>: Any attribute the pending user has.
  • user.pendingUserID: the pending user id.

...

Recipient: main user.
Available variables:

  • invitee: "<firstname> <surname>" of the user that requires the approval
  • inviteeUser.<attribute name>: Any attribute the invitee has.
  • inviteeUser.pendingUserID: The invitee pending user id.
  • inviteeUser.org.friendlyName: The friendly name of the organization where the user is stored to.
  • inviteeUser.org.entityName: The entity name of the organization where the user is stored to.
  • inviteeUser.org.technicalName: The technical name of the organization where the user is stored to.
  • organization: The friendly name of the organization where the user is stored to.
  • link: Link to the person approval form.

...

Recipient: main user.
Available variables:

  • invitee: "<firstname> <surname>" of the user that requires approval.
  • inviteeUser.<attribute name>: Any attribute the invitee has.
  • inviteeUser.pendingUserID: The invitee pending user id.
  • inviteeUser.org.friendlyName: The friendly name of the organization where the user is stored to.
  • inviteeUser.org.entityName: The entity name of the organization where the user is stored to.
  • inviteeUser.org.technicalName: The technical name of the organization where the user is stored to.
  • organization: The friendly name of the organization where the user is stored to.
  • link: Link to the person approval form.

...

Recipient: new user.
Available variables:

  • recipient: "<firstname> <surname>", of the user.
  • organization: The friendly name of the organization where the user is stored to.
  • recipientUser.<attribute name>: Any attribute the pending user has.
  • recipientUser.org.friendlyName: The friendly name of the organization where the user is stored to.
  • recipientUser.org.entityName: The entity name of the organization where the user is stored to.
  • recipientUser.org.technicalName: The technical name of the organization where the user is stored to.
  • link: Link to the self-service user interface.

...

Recipient: new user.
Available variables:

  • recipient: "<firstname> <surname>", of the user.
  • recipientUser.<attribute name>: Any attribute the recipient user has.
  • recipientUser.org.friendlyName: The friendly name of the organization where the user is stored to.
  • recipientUser.org.entityName: The entity name of the organization where the user is stored to.
  • recipientUser.org.technicalName: The technical name of the organization where the user is stored to.
  • link: Link to the password reset page.

...

Recipient: inviter of the user.
Available variables:

  • recipient: "<firstname> <surname>", of the inviter.
  • recipientUser.<attribute name>: Any attribute the inviter has.
  • recipientUser.org.friendlyName: The friendly name of the recipient's organization.
  • recipientUser.org.entityName: The entity name of the recipient's organization.
  • recipientUser.org.technicalName: The technical name of the recipient's organization.
  • invitee: "<firstname> <surname>" of the user that has been invited.
  • inviteeUser.<attribute name>: Any attribute the invitee has.
  • organization: The organization where the invited user is stored to.
  • inviteeUser.org.friendlyName: The friendly name of the organization where the invited user is stored to.
  • inviteeUser.org.entityName: The entity name of the organization where the invited user is stored to.
  • inviteeUser.org.technicalName: The technical name of the organization where the invited user is stored to.
  • roles_<locale>: List of relative role names of the roles the invitee has been invited to.
  • rolesFull_<locale>: List of full role names of the roles the invitee has been invited to.

...

Recipient: mandater.
Available variables:

  • recipient: "<firstname> <surname>", of the mandater.
  • recipientUser.<attribute><attribute name>: Any attribute the recipient has.
  • recipientUser.org.friendlyName: The friendly name of the recipient's organization.
  • recipientUser.org.entityName: The entity name of the recipient's organization.
  • recipientUser.org.technicalName: The technical name of the recipient's organization.
  • invitee: "<firstname> <surname>" of the user that has been invited.
  • inviteeUser.<attribute><attribute name>: Any attribute the invitee has.
  • organization: The organization where the invited user is stored to.
  • inviteeUser.org.friendlyName: The friendly name of the organization where the invited user is stored to.
  • inviteeUser.org.entityName: The entity name of the organization where the invited user is stored to.
  • inviteeUser.org.technicalName: The technical name of the organization where the invited user is stored to.
  • roles_<locale>: List of relative names of the roles the invitee has been invited to.
  • rolesFull_<locale>: List of full names of the roles the invitee has been invited to.

...

Recipient: denied user.
Available variables:

  • recipient: "<firstname> <surname>" of the denied user.
  • organization: The organization where the user would have been stored
  • message: Message given by the rejecter.
  • pendingUser.<attribute><attribute name>: Any attribute the user has.

...

Recipient: inviter.
Available variables:

  • recipient: "<firstname> <surname>" of the inviter.
  • recipientUser.<attribute><attribute name>: any attribute the inviter has.
  • invitee: "<firstname> <surname>" of the denied invitee.
  • inviteeUser.<attribute><attribute name>: any attribute the denied invitee has.
  • organization: The organization of the denied invitee.
  • roles_<locale>: List of the relative names of the roles the denied invitee had been invited to.
  • rolesFull_<locale>: List of the full names of the roles the denied invitee had been invited to.
  • message: Message given by the rejecter.

...

Recipient: inviter.
Available variables:

  • recipient: "<firstname> <surname>" of the inviter.
  • recipientUser.<attribute><attribute name>: any attribute the inviter has.
  • invitee: "<firstname> <surname>" of the denied invitee.
  • inviteeUser.<attribute><attribute name>: Any attribute the denied invitee has.
  • organization: The organization of the denied invitee.
  • roles_<locale>: List of the relative names of the roles the denied invitee has been invited to.
  • rolesFull_<locale>: List of the full names of the roles the denied invitee has been invited to.
  • message: Message given by the rejecter.

...

Recipient: expired user.
Available variables:

  • recipient: "<firstname> <surname>" of the expired user.
  • user.<attributename><attribute name>: Any attribute the expired user has.
  • user.pendingUserID: the pending user id.
  • user.org.friendlyName: The friendly name of the recipient's organization.
  • user.org.entityName: The entity name of the recipient's organization.
  • user.org.technicalName: The technical name of the recipient's organization.

...

Recipient: inviter.
Available variables:

  • recipient: "<firstname> <surname>" of the inviter.
  • recipientUser.<attribute><attribute name>: Any attribute the inviter has.
  • invitee: "<firstname> <surname>" of the expired user.
  • inviteeUser.<attribute><attribute name>: Any attribute the expired user has.
  • organization: The organization of the expired user.
  • roles_<locale>: Relative names of the roles the expired user had been invited to.
  • rolesFull_<locale>: Full names of the roles the expired user had been invited to.

...

Recipient: invited user.
Available variables:

  • recipient: "<firstname> <surname>" of the invited user.
  • user.<attribute><attribute name>: Any attribute the invited user has.
  • user.pendingUserID: The pending user id of the invited user.
  • user.org.friendlyName: The friendly name of the recipient's organization.
  • user.org.entityName: The entity name of the recipient's organization.
  • user.org.technicalName: The technical name of the recipient's organization.
  • roles_<locale>: The relative name of the role the user has been invited to.
  • rolesFull_<locale>: The full name of the role the user has been invited to.
  • organization: The organization of the invited user.
  • inviterUser.<attribute><attribute name>: Any attribute the inviter has.
  • sender: "<firstname> <surname>\n<organization>n<organization>\n<email>n<email>\n<mobile>n<mobile>" of the inviter.
  • message: The message given by the inviter.
  • link: The link where the user can approve or reject the role.

...

Recipient: invited user.
Available variables:

  • recipient: "<firstname> <surname>" of the invited user.
  • user.<attribute><attribute name>: Any attribute the invited user has.
  • user.pendingUserID: The pending user id of the invited user.
  • user.org.friendlyName: The friendly name of the recipient's organization.
  • user.org.entityName: The entity name of the recipient's organization.
  • user.org.technicalName: The technical name of the recipient's organization.
  • roles_<locale>: The relative name of the role the user has been invited to.
  • rolesFull_<locale>: The full name of the role the user has been invited to.
  • organization: The organization of the invited user.
  • inviterUser.<attribute><attribute name>: Any attribute the inviter has.
  • sender: "<firstname> <surname>\n<organization>n<organization>\n<email>n<email>\n<mobile>n<mobile>" of the inviter.
  • message: The message provided by the inviter.
  • link: The link where the user can approve or reject the role.

...

Recipient: main user.
Available variables:

  • invitee: "<firstname> <surname>" of the invited user.
  • inviteeUser.<attribute><attribute name>: Any attribute the invited user has.
  • organization: The organization of the invited user.
  • roles_<locale>: The relative name of the role the user has been invited to
  • rolesFull_<locale>: The full name of the role the user has been invited to
  • link: Link to the endpoint where the main user can approve or reject the request.

...

Recipient: main user.
Available variables:

  • invitee: "<firstname> <surname>" of the invited user.
  • inviteeUser.<attribute><attribute name> : Any attribute the invited user has.
  • organization: The organization of the invited user.
  • roles_<locale> : The relative name of the role the user has been invited to.
  • rolesFull_<locale> : The full name of the role the user has been invited to.
  • link: Link to the endpoint where the main user can approve or reject the request.

...

Recipient: main user.
Available variables:

  • invitee: "<firstname> <surname>" of the invited user.
  • inviteeUser.<attribute><attribute name>: Any attribute the invited user has.
  • organization: The organization of the invited user.
  • roles_<locale>: The relative name of the role the user has been invited to.
  • rolesFull_<locale>: The full name of the role the user has been invited to.
  • link: Link to the endpoint where the main user can approve or reject the request.

...

Recipient: inviter.
Available variables:

  • recipient: "<firstname> <surname>" of the inviter.
  • recipientUser.<attribute><attribute name>: Any attribute the inviter has.
  • invitee: "<firstname> <surname>" of the invitee
  • roles_<locale>: The relative name of the role the invitee was invited to.
  • rolesFull_<locale>: The full name of the role the invitee was invited to.

...

Recipient: inviter.
Available variables:

  • recipient: "<firstname> <surname>" of the inviter.
  • recipientUser.<attribute><attribute name>: Any attribute the inviter has.
  • invitee: "<firstname> <surname>" of the invitee.
  • roles_<locale>: The relative name of the role the invitee was invited to.
  • rolesFull_<locale>: The full name of the role the invitee was invited to.

...

Recipient: inviter.
Available variables:

  • recipient: "<firstname> <surname>" of the inviter.
  • recipientUser.<attribute><attribute name>: Any attribute the inviter has.
  • invitee: "<firstname> <surname>" of the invitee.
  • inviteeUser.<attribute><attribute name>: Any attribute the invitee has.
  • roles_<locale>: The relative name of the role the invitee was invited to.
  • rolesFull_<locale>: The full name of the role the invitee was invited to.

...

Recipient: inviter.
Available variables:

  • recipient: "<firstname> <surname>" of the inviter.
  • recipientUser.<attribute><attribute name>: Any attribute the inviter has.
  • invitee: "<firstname> <surname>" of the invitee.
  • inviteeUser.<attribute><attribute name>: Any attribute the invitee has.
  • roles_<locale>: The relative name of the role the invitee was invited to.
  • rolesFull_<locale>: The full name of the role the invitee was invited to.

...

Recipient: inviter.
Available variables:

  • recipient: "<firstname> <surname>" of the inviter.
  • recipientUser.<attribute><attribute name>: Any attribute the inviter has.
  • invitee: "<firstname> <surname>" of the invitee.
  • inviteeUser.<attribute><attribute name>: Any attribute the invitee has.
  • roles_<locale>: The relative name of the role that was removed.
  • rolesFull_<locale>: The full name of the role that was removed.

...

Recipient: inviter.
Available variables:

  • recipient: "<firstname> <surname>" of the inviter.
  • recipientUser.<attribute><attribute name>: Any attribute the inviter has.
  • invitee: "<firstname> <surname>" of the invitee.
  • inviteeUser.<attribute><attribute name>: Any attribute the invitee has.
  • roles_<locale>: The relative name of the role which removal was denied.
  • rolesFull_<locale>: The full name of the role which removal was denied.

...

Recipient: inviter.
Available variables:

  • recipient: "<firstname> <surname>" of the inviter.
  • recipientUser.<attribute><attribute name>: Any attribute the inviter has.
  • invitee: "<firstname> <lastname><surname>" of the invitee.
  • inviteeUser.<attribute><attribute name>: Any attribute the invitee has.
  • organization: The organization of the invitee.
  • roles_<locale>: The relative name of the role the invitee was invited to.
  • rolesFull_<locale>: The full name of the role the invitee was invited to.

...

Recipient: invited user.
Available variables:

  • recipient: "<firstname> <surname>" of the invited user.
  • recipientUser.<attribute><attribute name>: Any attribute the invited user has.
  • roles_<locale>: The relative name of the role the user was invited to.
  • rolesFull_<locale>: The full name of the role the user was invited to.
  • organization: The organization of the invitee.

...

p2p = person-to-person
p2b = person-to-business
b2p = business-to-person
b2b = business-to-business
For example: email.mandateInvite.p2p
Recipient: mandated person.
Available variables:

  • recipient: "<firstname> <surname>" if the mandated entity is a person. The name of the organization if the mandated entity is an organization.
  • inviter: "<firstname> <surname>" if the mandater is a person. The name of the organization if the mandated entity is an organization.
  • inviterUser.<attribute><attribute name>: Any attribute of the mandater when the mandater is a person.
  • inviterOrg.friendlyName: The friendly name of the mandater organization when the mandater is an organization.
  • inviterOrg.entityName: The entity name of the mandater organization when the mandater is an organization.
  • inviterOrg.technicalName: The technical name of the mandater organization when the mandater is an organization.
  • sender: "<firstname> <surname>\n<organization>n<organization>\n<email>n<email>\n<mobile>n<mobile>" of the mandater.
  • message: The message given by the mandater.
  • link: Link to the endpoint from which the mandated user can approve or reject the mandate.

When the mandate recipient is a person also the following variables are available:

  • recipientUser.<attributename><attribute name>: Any attribute the pending user has.
  • recipientUser.pendingUserID: the pending user id

...

Recipient: mandated person.
Available variables:

  • recipient: "<firstname> <surname>" if the mandated entity is a person. The name of the organization if the mandated entity is an organization.
  • inviter: "<firstname> <surname>" if the mandater is a person. The name of the organization if the mandater is an organization.
  • inviterUser.<attribute><attribute name>: Any attribute of the mandater when the mandater is a person.
  • inviterOrg.friendlyName: The friendly name of the mandater organization when the mandater is an organization.
  • inviterOrg.entityName: The entity name of the mandater organization when the mandater is an organization.
  • inviterOrg.technicalName: The technical name of the mandater organization if the mandater is an organization.
  • sender: "<firstname> <surname>\n<organization>n<organization>\n<email>n<email>\n<mobile>n<mobile>" of the mandater.
  • message: The message provided by the mandater.
  • link: Link to the endpoint from which the mandated user can approve of reject the mandate.

When the mandate recipient is a person also the following variables are available:

  • recipientUser.<attributename><attribute name>: Any attribute the pending user has.
  • recipientUser.pendingUserID: the pending user id

...

Recipient: mandater.
Available variables:

  • recipient: "<firstname> <surname>" of the mandater.
  • recipientUser.<attribute><attribute name>: Any attribute the mandater has.
  • invitee: "<firstname> <surname>" if the mandated entity is a person. The name of the organization if the mandated entity is an organization.
  • inviteeUser.<attribute><attribute name>: Any attribute the mandated person has.
  • inviteeOrg.friendlyName: The friendly name of the organization when the mandated entity is an organization.
  • inviteeOrg.entityName: The entity name of the organization when the mandated entity is an organization.
  • inviteeOrg.technicalName: The technical name of the organization when the mandated entity is an organization.

...

Recipient: mandater.
Available variables:

  • recipient: "<firstname> <surname>" of the mandater.
  • recipientUser.<attribute><attribute name>: Any attribute the mandater has.
  • invitee: "<firstname> <surname>" if the mandated entity is a person. The name of the organization if the mandated entity is an organization.
  • inviteeUser.<attribute><attribute name>: Any attribute the mandated person has.
  • inviteeOrg.friendlyName: The friendly name of the organization when the mandated entity is an organization.
  • inviteeOrg.entityName: The entity name of the organization when the mandated entity is an organization.
  • inviteeOrg.technicalName: The technical name of the organization when the mandated entity is an organization.

...

Recipient: mandater.
Available variables:

  • recipient: "<firstname> <surname>" of the mandater.
  • recipientUser.<attribute><attribute name>: Any attribute the mandater has.
  • invitee: "<firstname> <surname>" of the mandatee.
  • inviteeUser.<attribute><attribute name>: Any attribute the mandatee has.

...

Recipient: mandated person.
Available variables:

  • recipient: "<firstname> <surname>" if the mandated entity is a person. The name of the organization if the mandatee is an organization.
  • recipientUser.<attribute><attribute name>: Any attribute the mandater has if the mandated entity is a person.
  • recipientOrg.friendlyName: The friendly name of the organization when the mandated entity is an organization.
  • recipientOrg.entityName: The entity name of the organization when the mandated entity is an organization.
  • recipientOrg.technicalName: The technical name of the organization when the mandated entity is an organization.
  • inviter: "<firstname> <surname>" of the mandater.

email.mandateRemovedPerson.inviter

...

  • recipient: The name of the person receiving the notification.
  • invitee: "<firstname> <surname>" if the mandated entity is a person. The name of the organization of the mandated entity is an organization.
  • inviteeUser.<attribute><attribute name>: Any attribute the user has if the mandated entity is a person.
  • inviter: "<firstname> <surname>" if the mandated entity is a person. The name of the organization if the mandated entity is an organization.

...

  • recipient: The name of the person receiving the notification.
  • invitee: "<firstname> <surname>" if the mandated entity is a person. The name of the organization of the mandated entity is an organization.
  • inviteeUser.<attribute><attribute name>: Any attribute the user has if the mandated entity is a person.
  • inviter: "<firstname> <surname>" if the mandated entity is a person. The name of the organization if the mandated entity is an organization.

email.mandateRemovedOrganization.inviter

...

  • recipient: The name of the organization receiving the notification.
  • invitee: "<firstname> <surname>" if the mandated entity is a person. The name of the organization if the mandated entity is an organization.
  • inviteeUser.<attribute><attribute name>: Any attribute the mandatee has if the mandatee is a person.
  • inviter: "<firstname> <surname>" if the mandater is a person. The name of the organization if the mandater is an organization.

...

  • recipient: The name of the organization receiving the notification.
  • invitee: "<firstname> <surname>" if the mandated entity is a person. The name of the organization if the mandated entity is an organization.
  • inviteeUser.<attribute><attribute name>: Any attribute the mandatee has if the mandatee is a person.
  • inviter: "<firstname> <surname>" if the mandater is a person. The name of the organization if the mandater is an organization.

...

Recipient: user.
Available variables:

  • recipient: "<firstname> <surname>" of the user.
  • recipientUser.<attribute><attribute name> : Any attribute the user has.
  • email: The new email address.
  • confirmationcode: A code that should be entered to Ubisecure CustomerID user interface to activate the new email address.

...

Recipient: user.
Available variables:

  • recipient: "<firstname> <surname>" of the user.
  • recipientUser.<attribute><attribute name>: Any attribute the user has.
  • email: The new email address.
  • confirmationcode: A code that should be entered to Ubisecure CustomerID user interface to activate the given email address.

...

Recipient: user.
Available variables:

  • recipient: "<firstname> <surname>" of the user.
  • recipientUser.<attribute><attribute name>: Any attribute the user has.
  • link: The link where the password can be changed.

...

Recipient: configured addresses.
Available variables:

  • roles_<locale>: The relative name of the role that has been added.
  • rolesFull_<locale>: The full name of the role that has been added.
  • name: "<firstname> <surname>" of the user to which the role has been added
  • organization: The organization of the user.
  • login: The login name of the user.
  • rolename: The technical name of the role.

...

Recipient: configured addresses.
Available variables:

  • roles_<locale>: The relative name of the role that has been removed.
  • rolesFull_<locale>: The full name of the role that has been removed.
  • name: "<firstname> <surname>" of the user from which the role has been removed.
  • organization: The organization of the user.
  • login: The login of the user.
  • rolename: The technical name of the role.
  • roleorganization: The organization where the role resides.

...

Recipient: organization administrators.
Available variables:

  • user: "<firstname> <surname>" of the user that is being moved.
  • userObject.<attribute><attribute name>: Any attribute the user that is being moved has.
  • organization: The friendly name of the organization where the user is moved to.
  • organizationObject.<attribute><attribute name>: Any attribute the organization where the user is moved to has.

...

Recipient: user.
Available variables:

  • roles_<locale>: The relative name of the role that has been approved.
  • rolesFull_<locale>: The full name of the role that has been approved.
  • recipient: "<firstname> <surname>" of the user to which the role has been approved.
  • recipientUser.<attribute><attribute name>: Any attribute the user to which the role has been approved to has.
  • invitee: "<firstname> <surname>" of the user to which the role has been approved.
  • inviteeUser.<attribute><attribute name>: Any attribute the user to which the role has been approved to has.
  • organization: The friendly name of the role organization.

...

Recipient: user.
Available variables:

  • roles_<locale>: The relative name of the role that has been denied.
  • rolesFull_<locale>: The full name of the role that has been denied.
  • recipient: "<firstname> <surname>" of the user to which the role has been denied.
  • recipientUser.<attribute><attribute name>: Any Attribute the user to which the role has been denied to has.
  • invitee: "<firstname> <surname>" of the user to which the role has been denied.
  • inviteeUser.<attribute><attribute name>: Any Attribute the user to which the role has been denied to has.
  • organization: The friendly name of the role organization.

...

For example, when creating a user invitation the email sent to the user by default uses the key email.pendingUser.creation. If the message should be different depending on the registration workflow used in the invitation it can be customized as follows. Given that the registration to be used is called customer the workflow specific message can be defined with the following keys. 

Code Block
languagetextthemeRDark
email.pendingUser.creation.customer.enabled = true # or false, is this message enabled?
email.pendingUser.creation.customer.subject = the subject of this message
email.pendingUser.creation.customer.message = the message part of the message

...