Skip to content

Commit

Permalink
Added initial check for valid email on password reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Souravirus committed Feb 13, 2018
1 parent 57f0d6f commit dd0e9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/reset.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<form action="/reset/" class='form'>

<input class="form-control" name="email" placeholder="you@example.com" tabindex='2' type="text" /> <br />
<input class="form-control" name="email" placeholder="you@example.com" tabindex='2' type="email" /> <br />

<button class="btn btn-lg btn-primary" type="submit" tabindex="3"><%= t('users.reset.reset') %></button>

Expand Down

0 comments on commit dd0e9c7

Please sign in to comment.