-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added firstinitial.lastname, lastname_firstinitial, firstnamelastname…
… and firstnamelastinitial to username formats
- Loading branch information
1 parent
b905154
commit 20c9ae5
Showing
5 changed files
with
53 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,6 +88,9 @@ | |
'firstname_lastname_underscore_format' => 'First Name Last Name ([email protected])', | ||
'lastnamefirstinitial_format' => 'Last Name First Initial ([email protected])', | ||
'first' => 'First', | ||
'firstnamelastname' => 'First Name Last Name ([email protected])', | ||
'lastname_firstinitial' => 'Last Name First Initial ([email protected])', | ||
'firstinitial.lastname' => 'First Initial Last Name ([email protected])', 'first' => 'First', | ||
'first_name' => 'First Name', | ||
'first_name_format' => 'First Name ([email protected])', | ||
'files' => 'Files', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,6 +88,11 @@ | |
'firstname_lastname_underscore_format' => 'First Name Last Name ([email protected])', | ||
'lastnamefirstinitial_format' => 'Last Name First Initial ([email protected])', | ||
'first' => 'First', | ||
'firstnamelastname' => 'First Name Last Name ([email protected])', | ||
'lastname_firstinitial' => 'Last Name First Initial ([email protected])', | ||
'firstinitial.lastname' => 'First Initial Last Name ([email protected])', | ||
'firstnamelastinitial' => 'First Name Last Initial ([email protected])', | ||
'first' => 'First', | ||
'first_name' => 'First Name', | ||
'first_name_format' => 'First Name ([email protected])', | ||
'files' => 'Files', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters