Submit social housing lettings and sales data (CORE)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| %>
|
|
|
|
<div class="govuk-grid-row">
|
|
|
|
<div class="govuk-grid-column-two-thirds">
|
|
|
|
<h1 class="govuk-heading-l">Reset your password</h1>
|
|
|
|
<%= render "devise/shared/error_messages", resource: resource %>
|
|
|
|
<%= f.hidden_field :reset_password_token %>
|
|
|
|
|
|
|
|
<div class="govuk-form-group">
|
|
|
|
<%= f.label :password, "New password", class: "govuk-label" %>
|
|
|
|
<% if @minimum_password_length %>
|
|
|
|
<div class="govuk-hint">Your password must be at least 8 characters and hard to guess.</div>
|
|
|
|
<% end %>
|
|
|
|
<%= f.password_field :password, autofocus: true, autocomplete: "new-password", class: "govuk-input" %>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<%= f.submit "Reset password", class: "govuk-button" %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% end %>
|