diff --git a/app/views/devise/passwords/new.html.erb b/app/views/devise/passwords/new.html.erb index 689791a..0b6692c 100644 --- a/app/views/devise/passwords/new.html.erb +++ b/app/views/devise/passwords/new.html.erb @@ -1,12 +1,28 @@ -
+ The same email address used to sign up. +
++ Your full name. +
++ <%= t('.currently_waiting_confirmation_for_email', :email => resource.unconfirmed_email, :default => "Currently waiting confirmation for: %{email}") %> +
+ <%- end -%> ++ Your email is our communication channel. Make sure you have typed it correctly. +
+- <%= t('.currently_waiting_confirmation_for_email', :email => resource.unconfirmed_email, :default => "Currently waiting confirmation for: %{email}") %> -
- <%- end -%> ++ Your password must have at least 8 characters. Strong passwords contain numbers, symbols, upper and lowercase characters. +
++ Confirm your password. +
++ Your current password is needed to confirm your changes. +
+<%= t('.unhappy', :default => 'Unhappy') %>? <%= link_to t('.cancel_my_account', :default => "Cancel my account"), registration_path(resource_name), :data => { :confirm => t('.are_you_sure', :default => "Are you sure?") }, :method => :delete %>.
diff --git a/app/views/devise/registrations/new.html.erb b/app/views/devise/registrations/new.html.erb index 47a1247..aa76673 100644 --- a/app/views/devise/registrations/new.html.erb +++ b/app/views/devise/registrations/new.html.erb @@ -1,18 +1,63 @@ -+ Your full name. +
++ Your email is our communication channel. Make sure you have typed it correctly. +
++ Your password must have at least 8 characters. Strong passwords contain numbers, symbols, upper and lowercase characters. +
++ Confirm your password. +
++ The same email address used to sign up. +
++ If you forgot your password, follow this link to reset it. +
++ Stay logged in. +
+