-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2381 from alphagov/update-email-text
Update suspension and unlock email text
- Loading branch information
Showing
7 changed files
with
44 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
<%= t('department.name') %> Signon accounts are suspended after <%= User::SUSPENSION_THRESHOLD_PERIOD.inspect %> of inactivity. | ||
Your <%= t('department.name') %> Signon <%= account_name %> for <%= @user.email %> is now suspended. | ||
|
||
Your <%= t('department.name') %> Signon <%= account_name %>, for <%= @user.email %>, has now been suspended and you won't be able to access any <%= t('department.name') %> <%= account_name %> publishing applications. | ||
^ Please do not reply to this email. | ||
|
||
<% unless GovukEnvironment.production? %> | ||
<%= account_name.humanize %> suspensions do not suspend production accounts or remove access to <%= t('department.name') %> production applications. | ||
<% end %> | ||
## How to reactive your account | ||
|
||
If you don't need the account you can ignore this email. | ||
Contact your managing editor or user manager ‒ they can unsuspend your account. | ||
|
||
If you do still need the account you will have to contact a managing <%= t('department.name') %> editor in your organisation (or your parent organisation). They can use the support form (<%= t('support.url') %>) to get help from the <%= t('department.name') %> team. | ||
## If you’re a managing editor or user manager | ||
|
||
Read our blog post about suspending unused <%= t('department.name') %> accounts: | ||
Contact another managing editor or user manager and ask them to unsuspend you. | ||
|
||
https://insidegovuk.blog.gov.uk/2014/08/21/suspending-unused-gov-uk-accounts | ||
Please note that managing editors in an arm's length body may not have this authority. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,24 @@ | ||
<%= t('department.name') %> Signon accounts are suspended after <%= User::SUSPENSION_THRESHOLD_PERIOD.inspect %> of inactivity. | ||
Your <%= t('department.name') %> Signon <%= account_name %>, for <%= @user.email %> will be suspended <%= suspension_time %>. | ||
|
||
Your <%= t('department.name') %> Signon <%= account_name %>, for <%= @user.email %>, will be suspended <%= suspension_time %>. After suspension you won't be able to access any <%= t('department.name') %> <%= account_name %> publishing applications. | ||
|
||
<% unless GovukEnvironment.production? %> | ||
<%= account_name.humanize %> suspensions do not suspend production accounts or remove access to <%= t('department.name') %> production applications. | ||
<% if GovukEnvironment.production? %> | ||
If this happens you won’t be able to access any of your publishing apps from this account, including Whitehall and Publisher. | ||
<% else %> | ||
If this happens you won’t be able to do any training from this account. | ||
<% end %> | ||
|
||
If you don't need the account you can ignore these emails. | ||
## How to stop suspension | ||
|
||
To stop your account suspension you will need to sign in: | ||
^ Please do not reply to this email. | ||
|
||
To stop your account being suspended, all you have to do is sign in: | ||
<%= new_user_session_url(protocol: 'https') %> | ||
If you’ve forgotten your password, you can request a new one from the sign in screen. | ||
<%= t('department.name') %> Signon accounts are automatically suspended after <%= User::SUSPENSION_THRESHOLD_PERIOD.inspect %> of inactivity. | ||
|
||
Read our blog post about suspending unused <%= t('department.name') %> accounts: | ||
<% unless GovukEnvironment.production? %> | ||
Please note that Integration account suspensions do not suspend Production accounts. | ||
|
||
Find about more about the two kinds of accounts on the [How to Publish on GOV.UK page](https://www.gov.uk/guidance/how-to-publish-on-gov-uk/introduction-and-access-to-whitehall-publisher). | ||
<% end %> | ||
|
||
https://insidegovuk.blog.gov.uk/2014/08/21/suspending-unused-gov-uk-accounts | ||
If you no longer need this account, please ignore these instructions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
Your <%= t('department.name') %> Signon <%= account_name %>, for <%= @user.email %>, was locked at <%= locked_time %> because the wrong sign on details were entered too many times. | ||
Your <%= t('department.name') %> Signon <%= account_name %>, for <%= @user.email %> has been locked. | ||
|
||
<% unless GovukEnvironment.production? %> | ||
<%= account_name.humanize %> locks do not lock production accounts. | ||
<% end %> | ||
This has happened because the wrong sign in details were entered too many times. | ||
|
||
Your account will be unlocked at <%= unlock_time %>. If you need your account unlocked sooner, please contact a managing <%= t('department.name') %> editor in your organisation (or your parent organisation). They can use the support form (<%= t('support.url') %>) to get help from the <%= t('department.name') %> team. | ||
## What happens now | ||
|
||
Your account will be unlocked at <%= unlock_time %> UK time. | ||
|
||
## If you need your account to be unlocked immediately | ||
|
||
Please contact a GOV.UK managing editor or user manager in your organisation (or parent organisation) for further assistance. | ||
|
||
Please note that managing editors in an arm’s length body may not have the authority to unlock. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters