Skip to content

Commit 5608c28

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: fix typo Use the same template across all examples
2 parents c61f829 + 08e3831 commit 5608c28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

security/ldap.rst

+1-1
Original file line numberDiff line numberDiff 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

security/login_link.rst

+2-2
Original file line numberDiff line numberDiff 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 }}">

0 commit comments

Comments
 (0)