Add "alias" to the username heuristic terms (#676)

This commit is contained in:
Fabian Henneke
2020-03-28 16:00:18 +01:00
committed by GitHub
parent 453cf58b38
commit 29427a061b

View File

@@ -83,7 +83,7 @@ class FormField(
"pass", "pswd", "pwd"
)
private val USERNAME_HEURISTIC_TERMS = listOf(
"e-mail", "email", "login", "name", "user"
"alias", "e-mail", "email", "login", "name", "user"
)
}