Send email to user when App Role is created

This commit is contained in:
leigh-mil
2020-02-13 11:17:09 -05:00
parent c3c9f23e53
commit 207c34e536
3 changed files with 51 additions and 2 deletions

View File

@@ -83,7 +83,10 @@ errors:
not_found_sub: This page does not exist.
email:
application_invite: "{inviter_name} has invited you to a JEDI cloud application"
portfolio_invite: "{inviter_name} has invited you to a JEDI cloud portfolio"
app_role_created:
subject: Application Role Created
body: "Your application role has been created.\nVisit {url}, and use your username, {username}, to log in."
portfolio_invite: "{inviter_name} has invited you to a JEDI cloud portfolio."
portfolio_ready:
subject: Portfolio Provisioned
body: "Your portfolio has been provisioned.\nVisit {password_reset_address}, and use your username, {username}, to create a password."