Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e08094

Browse filesBrowse files
committed
minor #12864 Update multiple_guard_authenticators.rst (atailouloute)
This PR was merged into the 4.3 branch. Discussion ---------- Update multiple_guard_authenticators.rst Add missing entry_point authenticator in PHP example Commits ------- ff6ce21 Update multiple_guard_authenticators.rst
2 parents 6be6e00 + ff6ce21 commit 3e08094
Copy full SHA for 3e08094

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎security/multiple_guard_authenticators.rst

Copy file name to clipboardExpand all lines: security/multiple_guard_authenticators.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This is how your security configuration can look in action:
6868
'default' => [
6969
'anonymous' => null,
7070
'guard' => [
71-
'entry_point' => '',
71+
'entry_point' => LoginFormAuthenticator::class,
7272
'authenticators' => [
7373
LoginFormAuthenticator::class,
7474
FacebookConnectAuthenticator::class,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.