Skip to content

Commit 2829abb

Browse files
committed
[symfony#1825] A few tweaks
1 parent 7d6c013 commit 2829abb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbook/security/force_https.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ How to force HTTPS or HTTP for Different URLs
55
=============================================
66

77
You can force areas of your site to use the ``HTTPS`` protocol in the security
8-
config. This is done through the ``access_control`` rules, using the ``requires_channel``
8+
config. This is done through the ``access_control`` rules using the ``requires_channel``
99
option. For example, if you want to force all URLs starting with ``/secure``
1010
to use ``HTTPS`` then you could use the following configuration:
1111

cookbook/security/form_login.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ You can change where the login form redirects after a successful login using
106106
the various config options. By default the form will redirect to the URL the
107107
user requested (i.e. the URL which triggered the login form being shown).
108108
For example, if the user requested ``http://www.example.com/admin/post/18/edit``,
109-
then after they successfully logs in, they will eventually be sent back to
109+
then after she successfully logs in, she will eventually be sent back to
110110
``http://www.example.com/admin/post/18/edit``.
111111
This is done by storing the requested URL in the session.
112112
If no URL is present in the session (perhaps the user went

0 commit comments

Comments
 (0)