Removed forgot password template and link on login page.

This commit is contained in:
Sahat Yalkabov
2014-01-29 19:40:40 -05:00
parent 460e83aa45
commit c5638ef5d2
2 changed files with 0 additions and 17 deletions

View File

@ -1,15 +0,0 @@
extends ../layout
block content
.col-sm-8.col-sm-offset-2
form(method='POST')
legend Forgot Password
div.form-group
label.control-label(for='email') Enter Your Email:
input.form-control(type='text', name='email', id='email', autofocus=true)
div.form-group
button.btn.btn-primary(type='submit') Send Reset
| 
a.btn.btn-default(href='/login') Back to Login

View File

@ -24,8 +24,6 @@ block content
.form-group
label.control-label(for='username') Password
input.form-control(type='password', name='password', id='password', placeholder='Password')
.help-block
a(href='/login/forgot') Forgot Your Password?
.form-group
button.btn.btn-primary(type='submit')
i.fa.fa-unlock-alt