Remove e-mail login label to reduce confusion
This commit is contained in:
@@ -185,7 +185,7 @@ func (wc *WebController) loginForm(td *TemplateData, r *http.Request) (f Form) {
|
|||||||
Fields: []Field{
|
Fields: []Field{
|
||||||
{
|
{
|
||||||
Name: "username",
|
Name: "username",
|
||||||
Label: "Username / e-mail",
|
Label: "Username",
|
||||||
Type: FieldTypeUsername,
|
Type: FieldTypeUsername,
|
||||||
}, {
|
}, {
|
||||||
Name: "password",
|
Name: "password",
|
||||||
|
Reference in New Issue
Block a user