File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ This means that the following scenarios will work:
25
25
either the LDAP form login or LDAP HTTP Basic authentication providers.
26
26
27
27
* Checking a user's password against an LDAP server while fetching user
28
- information from another source like your main database for
28
+ information from another source ( like your main database for
29
29
example).
30
30
31
31
* Loading user information from an LDAP server, while using another
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ number::
248
248
return $this->render('security/login_link_sent.html.twig');
249
249
}
250
250
251
- return $this->render('security/login .html.twig');
251
+ return $this->render('security/request_login_link .html.twig');
252
252
}
253
253
254
254
// ...
@@ -641,7 +641,7 @@ user create this POST request (e.g. by clicking a button)::
641
641
<h2>Hi! You are about to login to ...</h2>
642
642
643
643
<!-- for instance, use a form with hidden fields to
644
- create the POST request --- >
644
+ create the POST request -->
645
645
<form action="{{ path('login_check') }}" method="POST">
646
646
<input type="hidden" name="expires" value="{{ expires }}">
647
647
<input type="hidden" name="user" value="{{ user }}">
You can’t perform that action at this time.
0 commit comments