Devise updated

This commit is contained in:
Christoph Haas 2016-03-01 17:35:36 +01:00
parent a9e0669657
commit 73e2a2e5c7
6 changed files with 35 additions and 3 deletions

View file

@ -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>