Skip to content

Commit f73133d

Browse files
committed
Removed "http_basic" config from the login form cookbook
1 parent edff52f commit f73133d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cookbook/security/form_login_setup.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ First, enable form login under your firewall:
2929
firewalls:
3030
default:
3131
anonymous: ~
32-
http_basic: ~
3332
form_login:
3433
login_path: /login
3534
check_path: /login_check
@@ -47,7 +46,6 @@ First, enable form login under your firewall:
4746
<config>
4847
<firewall name="default">
4948
<anonymous />
50-
<http-basic />
5149
<form-login login-path="/login" check-path="/login_check" />
5250
</firewall>
5351
</config>
@@ -60,7 +58,6 @@ First, enable form login under your firewall:
6058
'firewalls' => array(
6159
'default' => array(
6260
'anonymous' => null,
63-
'http_basic' => null,
6461
'form_login' => array(
6562
'login_path' => '/login',
6663
'check_path' => '/login_check',

0 commit comments

Comments
 (0)