diff --git a/app/views/maintenance/user/login_reminders/new.html.erb b/app/views/maintenance/user/login_reminders/new.html.erb index bde3a3a3e..51a2877b8 100644 --- a/app/views/maintenance/user/login_reminders/new.html.erb +++ b/app/views/maintenance/user/login_reminders/new.html.erb @@ -5,5 +5,14 @@
If you supplied an email address when signing up, <%= Danbooru.config.app_name %> can email you your login information. Password details will not be provided and will not be changed.
If you didn't supply a valid email address, you are out of luck.
+ + <%= form_tag(maintenance_user_login_reminder_path, :class => "simple_form") do %> +If you supplied an email address when signing up, <%= Danbooru.config.app_name %> can reset your password. You will receive an email confirming your request for a new password.
If you didn't supply a valid email address, you are out of luck.
- - <%= form_tag(maintenance_user_password_reset_path, :method => :post) do %> - <%= text_field :nonce, :email %> + + <%= form_tag(maintenance_user_password_reset_path, :class => "simple_form") do %> +