Skip to content

Commit def20b4

Browse files
committed
minor #14275 simple_preauth was removed in symfony 5.0 (dbu)
This PR was submitted for the 5.0 branch but it was merged into the 5.1 branch instead. Discussion ---------- simple_preauth was removed in symfony 5.0 https://github.com/symfony/symfony/blob/master/UPGRADE-5.0.md#securitybundle while trying to find out how to migrate, i stumbled over this page which still mentions simple_preauth even though the option was removed Commits ------- 295c688 simple_preauth was removed in symfony 5.0
2 parents 40f087a + 295c688 commit def20b4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

reference/configuration/security.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,6 @@ depend on the authentication mechanism, which can be any of these:
395395
# ...
396396
remote_user:
397397
# ...
398-
simple_preauth:
399-
# ...
400398
guard:
401399
# ...
402400
form_login:
@@ -405,8 +403,6 @@ depend on the authentication mechanism, which can be any of these:
405403
# ...
406404
json_login:
407405
# ...
408-
simple_form:
409-
# ...
410406
http_basic:
411407
# ...
412408
http_basic_ldap:

0 commit comments

Comments
 (0)