Skip to content

Commit 19c7aa7

Browse files
authored
Merge pull request #1109 from ExpressionEngine/feature/email_as_username
Docs for member registration email_as_username parameter
2 parents 0536b47 + ad357b0 commit 19c7aa7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/member/registration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ Adds the datepicker to your date fields. Defaults to "yes".
3131

3232
NOTE: **Note:** If you are manually constructing a date field, in order to apply the date picker you must include `rel="date-picker"`.
3333

34+
35+
### `email_as_username="yes"`
36+
email_as_username="yes"
37+
38+
When set to `yes`, if the username is not specified in the submitted form, the value of the submitted email will be automatically used as the username as well. The username field is not required, but is optional, when this parameter is used.
39+
3440
### `error_handling="inline"`
3541
error_handling="inline"
3642

0 commit comments

Comments
 (0)