File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,10 @@ In the above example all email messages will be redirected to ``dev@example.com`
191
191
and messages sent to the ``admin@mydomain.com `` address or to any email address
192
192
belonging to the domain ``specialdomain.com `` will also be delivered as normal.
193
193
194
+ .. caution ::
195
+
196
+ The ``delivery_whitelist `` option is ignored unless the ``delivery_addresses `` option is defined.
197
+
194
198
Viewing from the Web Debug Toolbar
195
199
----------------------------------
196
200
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ following:
95
95
fields :
96
96
personal_email : Email
97
97
short_bio :
98
- - NotBlank
98
+ - NotBlank : ~
99
99
- Length :
100
100
max : 100
101
101
maxMessage : Your short bio is too long!
@@ -223,7 +223,7 @@ you can do the following:
223
223
- Collection :
224
224
fields :
225
225
personal_email :
226
- - Required
226
+ - Required :
227
227
- NotBlank : ~
228
228
- Email : ~
229
229
alternate_email :
Original file line number Diff line number Diff line change @@ -1004,8 +1004,8 @@ To accomplish this you have 2 options:
1004
1004
In both cases, you'll still deny access using methods similar to what was
1005
1005
shown above.
1006
1006
1007
- Retrieving the User Object
1008
- --------------------------
1007
+ 3) Retrieving the User Object
1008
+ -----------------------------
1009
1009
1010
1010
After authentication, the ``User `` object of the current user can be accessed
1011
1011
via the ``security.token_storage `` service. From inside a controller, this will
You can’t perform that action at this time.
0 commit comments