File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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:
2525 either the LDAP form login or LDAP HTTP Basic authentication providers.
2626
2727* 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
2929 example).
3030
3131* 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::
248248 return $this->render('security/login_link_sent.html.twig');
249249 }
250250
251- return $this->render('security/login .html.twig');
251+ return $this->render('security/request_login_link .html.twig');
252252 }
253253
254254 // ...
@@ -641,7 +641,7 @@ user create this POST request (e.g. by clicking a button)::
641641 <h2>Hi! You are about to login to ...</h2>
642642
643643 <!-- for instance, use a form with hidden fields to
644- create the POST request --- >
644+ create the POST request -->
645645 <form action="{{ path('login_check') }}" method="POST">
646646 <input type="hidden" name="expires" value="{{ expires }}">
647647 <input type="hidden" name="user" value="{{ user }}">
You can’t perform that action at this time.
0 commit comments