mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-12 21:00:58 +00:00
Update the password recovery page
This commit is contained in:
parent
01e40d2148
commit
756285cebe
1 changed files with 2 additions and 18 deletions
|
@ -1,23 +1,7 @@
|
|||
<h1>Password Recovery</h1>
|
||||
|
||||
<p>If you do not receive your new password by email, please see the guide <a href="https://www.ensl.org/articles/713">here</a>.</p>
|
||||
|
||||
|
||||
<%= form_tag({ controller: 'users', action: 'forgot' }, { class: 'square' }) do %>
|
||||
<div class="fields horizontal">
|
||||
<%= label_tag :username %>
|
||||
<%= text_field_tag :username %>
|
||||
</div>
|
||||
|
||||
<div class="fields horizontal">
|
||||
<%= label_tag :email %>
|
||||
<%= text_field_tag :email %>
|
||||
</div>
|
||||
|
||||
<div class="controls">
|
||||
<%= submit_tag "Recover password" %>
|
||||
</div>
|
||||
<% end %>
|
||||
<p><strong>We are currently unable to send any emails!</strong></p>
|
||||
<p>Please see the guide <a href="https://www.ensl.org/articles/1042">here</a> on instructions on requesting a password reset.</p>
|
||||
|
||||
<p>
|
||||
Special characters have been removed from nicks. <br> You may need to
|
||||
|
|
Loading…
Reference in a new issue