Add customer-id to username field names (#778)

* Add customer-id to username field names

* Generify customer-id field name
This commit is contained in:
Chris Lane 2018-11-15 19:03:12 +00:00 committed by Kyle Spearrin
parent 5cdacda344
commit 7b2a35845b
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ const IdentityAttributes: string[] = ['autoCompleteType', 'data-stripe', 'htmlNa
const UsernameFieldNames: string[] = [
// English
'username', 'user name', 'email', 'email address', 'e-mail', 'e-mail address', 'userid', 'user id',
'customer id',
// German
'benutzername', 'benutzer name', 'email adresse', 'e-mail adresse', 'benutzerid', 'benutzer id'];