Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content changes - Screen locked account #173

Merged
merged 1 commit into from
Jun 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/views/devise/unlocks/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<%= render("shared/back", back_path: new_user_session_path) %>

<h1 class="heading-large">Send unlock instructions</h1>
<h1 class="heading-large">Locked account</h1>

<p class="text">If you or someone else tries to sign in too many times using incorrect details the account may be temporarily locked. This is for your security.</p>
<p class="text">This account may be temporarily locked for your security.</p>

<p class="text">Tell us which email address was used to register and we’ll send instructions on how to unlock the account.</p>
<p class="text">Tell us which email address was used to register and we’ll send unlock instructions.</p>

<%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %>
<%= render("shared/errors", object: resource) %>
Expand Down