Enabled authtentication by email address
This commit is contained in:
@@ -9,7 +9,7 @@ block content
|
||||
| Username or password incorrect. Please try again.
|
||||
form(method="POST", action=getUrl("loginTarget"))
|
||||
.form-group
|
||||
input.form-control(type="text", name="username", placeholder="Username", autofocus)
|
||||
input.form-control(type="text", name="username", placeholder="Username or email", autofocus)
|
||||
.form-group
|
||||
input.form-control(type="password", name="password", placeholder="Password")
|
||||
.form-group
|
||||
|
||||
Reference in New Issue
Block a user