From ad357b063cf36235df7039a43f1c58b0cc31d499 Mon Sep 17 00:00:00 2001 From: robinsowell Date: Wed, 11 Feb 2026 15:22:59 -0500 Subject: [PATCH] Docs for member registration email_as_username parameter See code pr https://github.com/ExpressionEngine/ExpressionEngine/pull/5133 --- docs/member/registration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/member/registration.md b/docs/member/registration.md index 7a01d8f4..9e466f96 100644 --- a/docs/member/registration.md +++ b/docs/member/registration.md @@ -31,6 +31,12 @@ Adds the datepicker to your date fields. Defaults to "yes". NOTE: **Note:** If you are manually constructing a date field, in order to apply the date picker you must include `rel="date-picker"`. + +### `email_as_username="yes"` + email_as_username="yes" + +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. + ### `error_handling="inline"` error_handling="inline"