Skip to content

Commit

Permalink
Update unsuspension guidance
Browse files Browse the repository at this point in the history
We have a rule in the code that a user must log in within seven days of
being unsuspended, or the suspension will be reenforced. This doesn't
seem to be documented outside of the code (at least not anywhere
obvious). We had a support request come in about a user affected by
this, so we should clarify this requirement on the unsuspension form
  • Loading branch information
yndajas committed Dec 11, 2024
1 parent 33a1565 commit 0c77bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/suspensions/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<%= form_tag suspension_path(@user), method: "put" do %>
<%= render "govuk_publishing_components/components/hint", {
text: "After the user has been unsuspended, they will need to reset their password."
text: "After the user has been unsuspended, they will need to reset their password and log in within seven days."
} %>

<%= render "govuk_publishing_components/components/checkboxes", {
Expand Down

0 comments on commit 0c77bb5

Please sign in to comment.