lib/generators/authentication/templates/views/html/password_resets/edit.html.erb.tt in authentication-zero-0.0.3 vs lib/generators/authentication/templates/views/html/password_resets/edit.html.erb.tt in authentication-zero-0.0.4
- old
+ new
@@ -12,10 +12,10 @@
</ul>
</div>
<%% end %>
<div>
- <%%= form.label :password, "New password (6 characters minimum)", style: "display: block" %>
+ <%%= form.label :password, "New password (8 characters minimum)", style: "display: block" %>
<%%= form.password_field :password, autofocus: true, autocomplete: "new-password" %>
</div>
<div>
<%%= form.label :password_confirmation, style: "display: block" %>