app/views/password_resets/new.html.erb in tkh_authentication-0.1.2 vs app/views/password_resets/new.html.erb in tkh_authentication-0.1.3
- old
+ new
@@ -1,4 +1,8 @@
+<h1>Request a new Password</h1>
+
+<p>Whether you forgot your password or you just want to change it, please give us your email address. We will send you an email with instructions on how to complete the two-click, 30 second process.</p>
+
<%= form_tag password_resets_path, :method => :post do %>
<div class="field">
<%= label_tag :email %>
<%= text_field_tag :email, params[:email] %>
</div>