Skip to content

Commit bb26aa1

Browse files
committed
UG: Update email acceptable values
1 parent 4ea6aed commit bb26aa1

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

docs/UserGuide.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,21 +1106,15 @@ simply delete the entire folder. Otherwise, you will have to find and delete the
11061106
- At least 3 numbers.
11071107

11081108
**Acceptable values for `e/EMAIL`:**
1109-
- `local-part@domain`
1110-
- the `local-part` must:
1111-
- contain alphanumeric characters and these special characters, excluding the parentheses (+_.-)
1112-
- not start or end with any special characters.
1113-
- the `domain` must:
1114-
- consist of domain labels separated by periods.
1115-
- end with a domain label at least 2 characters long.
1116-
- have each domain label start and end with alphanumeric characters.
1117-
- have each domain label consist of alphanumeric characters, separated only by hyphens, if any.
1118-
1119-
> [Back to top](#user-guide)
1109+
- Valid email in the form `local-part@domain` (e.g. `johndoe@example.com`)
11201110

11211111
**Acceptable values for `a/ADDRESS`:**
11221112
- Word with or without spaces and should not be blank.
11231113

1114+
> [Back to top](#user-guide)
1115+
1116+
<div style="page-break-after: always;"></div>
1117+
11241118
**Acceptable values for `r/RSVP_STATUS`:**
11251119
- `yes`
11261120
- `no`

0 commit comments

Comments
 (0)