You are here

user_external_invite.settings.yml in User External Invite 8

Same filename and directory in other branches
  1. 2.0.x config/install/user_external_invite.settings.yml
config/install/user_external_invite.settings.yml

File

config/install/user_external_invite.settings.yml
View source
  1. user_external_invite_roles:
  2. user_external_invite_default_role: 0
  3. user_external_invite_days_valid_for: 5
  4. user_external_invite_delete_old_invites: 2592000
  5. user_external_invite_no_query_params: FALSE
  6. user_external_invite_use_universal_from_email: FALSE
  7. user_external_invite_universal_from_email:
  8. user_external_invite_invite_template: |
  9. [user_external_invite:invite_custom]
  10. You have been invited to join the [site:name] website as a user with [user_external_invite:invite_role] access privileges.
  11. To accept this invitation:
  12. 1) Go to [user_external_invite:invite_link]
  13. 2) Login with your username and password.
  14. Upon completion, you will receive an email confirming your access. Please note that invite is only valid until [user_external_invite:invite_expiration]. You will have to contact the site owner if you haven't accepted the invite by that date.
  15. user_external_invite_confirmation_template: |
  16. We have received your request to grant [user_external_invite:invite_role] access to the following:
  17. [user_external_invite:invited_emails]
  18. An email invitation has been sent requesting the user to login and accept the invitation. Upon completion, a confirmation email will be sent. Please note that invite is valid until [user_external_invite:invite_expiration] and you will have to send out another invite if the invitee hasn't accepted it by this date.
  19. If you did not submit this request or need to modify it, please contact your administrator at [site:mail].
  20. user_external_invite_accepted_template: |
  21. We are confirming [user_external_invite:invited_email] now has [user_external_invite:invite_role] access to the [site:name], [site:url], website.
  22. user_external_invite_accepted_confirmation_template: |
  23. You have successfully joined the [site:name] website as a user with [user_external_invite:invite_role] access privileges.
  24. To access and edit this site:
  25. 1) Go to [site:login-url]
  26. 2) Login with your username and password.