Removed forgot password template and link on login page.
This commit is contained in:
@ -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
|
@ -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
|
||||
|
Reference in New Issue
Block a user