Enabled authtentication by email address

This commit is contained in:
Thomas Forgione
2017-10-09 09:15:07 +02:00
parent f7ff1bbb37
commit 68cc758ab1
2 changed files with 27 additions and 15 deletions

View File

@@ -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