File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -330,10 +330,10 @@ form_only
330330**type **: ``boolean `` **default **: ``false ``
331331
332332Set this option to ``true `` to require that the login data is sent using a form
333- (it checks that the request content-type is ``application/x-www-form-urlencoded ``).
334- This is useful for example to prevent the :ref: ` form login authenticator < security-form-login >`
335- from responding to requests that should be handled by the
336- :ref: `JSON login authenticator <security-json-login >`.
333+ (it checks that the request content-type is ``application/x-www-form-urlencoded ``
334+ or `` multipart/form-data ``). This is useful for example to prevent the
335+ :ref: ` form login authenticator < security-form-login >` from responding to
336+ requests that should be handled by the :ref: `JSON login authenticator <security-json-login >`.
337337
338338use_forward
339339...........
You can’t perform that action at this time.
0 commit comments