@@ -146,7 +146,7 @@ that looks like the following:
146
146
* Any URL matching ``/admin/* `` is secured, and only the ``admin `` user
147
147
can access it;
148
148
* All URLs *not * matching ``/admin/* `` are accessible by all users (and the
149
- user is never prompted to login ).
149
+ user is never prompted to log in ).
150
150
151
151
Let's look briefly at how security works and how each part of the configuration
152
152
comes into play.
@@ -1635,9 +1635,9 @@ the first provider is always used:
1635
1635
),
1636
1636
));
1637
1637
1638
- In this example, if a user tries to login via HTTP authentication, the authentication
1638
+ In this example, if a user tries to log in via HTTP authentication, the authentication
1639
1639
system will use the ``in_memory `` user provider. But if the user tries to
1640
- login via the form login, the ``user_db `` provider will be used (since it's
1640
+ log in via the form login, the ``user_db `` provider will be used (since it's
1641
1641
the default for the firewall as a whole).
1642
1642
1643
1643
For more information about user provider and firewall configuration, see
@@ -1869,7 +1869,7 @@ Impersonating a User
1869
1869
--------------------
1870
1870
1871
1871
Sometimes, it's useful to be able to switch from one user to another without
1872
- having to logout and login again (for instance when you are debugging or trying
1872
+ having to log out and log in again (for instance when you are debugging or trying
1873
1873
to understand a bug a user sees that you can't reproduce). This can be easily
1874
1874
done by activating the ``switch_user `` firewall listener:
1875
1875
0 commit comments