baarkerlounger
3 years ago
1 changed files with 1 additions and 1 deletions
@ -1,6 +1,6 @@ |
|||||||
<p>Hello <%= @resource.name %>!</p> |
<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.name %>.</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> |
<p><%= govuk_link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %></p> |
||||||
|
Loading…
Reference in new issue