Devise updated
This commit is contained in:
parent
a9e0669657
commit
73e2a2e5c7
6 changed files with 35 additions and 3 deletions
|
|
@ -6,6 +6,9 @@
|
|||
|
||||
<div class="field">
|
||||
<%= f.label :password, "New password" %><br />
|
||||
<% if @minimum_password_length %>
|
||||
<em>(<%= @minimum_password_length %> characters minimum)</em><br />
|
||||
<% end %>
|
||||
<%= f.password_field :password, autofocus: true, autocomplete: "off" %>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue