Browse Source
* Set action mailer host to env vars * Inject env var * Fix template * Single env varpull/155/head
baarkerlounger
3 years ago
committed by
GitHub
4 changed files with 8 additions and 2 deletions
@ -1,6 +1,6 @@
|
||||
<p>Hello <%= @resource.name %>!</p> |
||||
|
||||
<p>An account has been created for you to submit CORE data on behalf of @resource.organisation.</p> |
||||
<p>An account has been created for you to submit CORE data on behalf of <%= @resource.organisation %>.</p> |
||||
|
||||
<p>Your username is <% @resource.email %>, use the link below to set your password. |
||||
<p>Your username is <%= @resource.email %>, use the link below to set your password. |
||||
<p><%= govuk_link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %></p> |
||||
|
Loading…
Reference in new issue