Skip to content

Commit

Permalink
Merge pull request #1461 from alphagov/adding-alert-to-change-user-ac…
Browse files Browse the repository at this point in the history
…count-form

Adding alert to Change Existing User Account form
  • Loading branch information
AgaDufrat authored Sep 6, 2024
2 parents cba20bc + b61b404 commit 19743bd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/views/change_existing_user_requests/_request_details.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<p><%= f.object.class.description %></p>

<div class="alert alert-info alert-block">
<p>
You do not need to submit a request if you're a super organisation admin or organisation admin and you're requesting to:
<ul>
<li>change an account's permissions for a 'devolved' application, including upgrading an account to 'editor' in Whitehall Publisher</li>
<li>reset 2-step verification for an account</li>
<li>unsuspend an account</li>
<li>resend a signup ('account invitation') email for an account</li>
</ul>
<br>
Find out <%= link_to 'how to manage your organisation’s accounts in the "Introduction and access to Whitehall publisher" guidance', 'https://www.gov.uk/guidance/how-to-publish-on-gov-uk/introduction-and-access-to-whitehall-publisher#manage-your-organisations-accounts' %>.
</p>
</div>

<div class="row">
<div class="col-md-6">
<div class="form-group">
Expand Down

0 comments on commit 19743bd

Please sign in to comment.