File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ address. Valid values are:
135
135
136
136
* ``loose ``, it uses a simple regular expression to validate the address (it
137
137
checks that at least one ``@ `` character is present, etc.). This validation is
138
- too simple and it's recommended to use the `` html5 `` validation instead;
138
+ too simple and it's recommended to use one of the other modes instead;
139
139
* ``html5 ``, it validates email addresses using the same regular expression
140
140
as the `HTML5 email input element `_, making the backend validation consistent
141
141
with the one provided by browsers;
@@ -152,3 +152,4 @@ configuration option.
152
152
153
153
.. _egulias/email-validator : https://packagist.org/packages/egulias/email-validator
154
154
.. _HTML5 email input element : https://www.w3.org/TR/html5/sec-forms.html#valid-e-mail-address
155
+ .. _RFC 5322 : https://tools.ietf.org/html/rfc5322
You can’t perform that action at this time.
0 commit comments