Commit 53b9381b authored by Fabien Potencier's avatar Fabien Potencier

minor #879 Remove gendered pronouns (epochblue)

This PR was merged into the 1.0 branch.

Discussion
----------

Remove gendered pronouns

When referencing hypothetical users, it's more inclusive to use
gender-neutral prnouns. Instances of he/she/his/her/him have been
replaced with they/them/their and verb tenses changed to match.

Commits
-------

c48da4ca Remove gendered pronouns
parents 89d5ed3c c48da4ca
...@@ -159,9 +159,9 @@ Using a form to authenticate users is very similar to the above configuration. ...@@ -159,9 +159,9 @@ Using a form to authenticate users is very similar to the above configuration.
Instead of using the ``http`` setting, use the ``form`` one and define these Instead of using the ``http`` setting, use the ``form`` one and define these
two parameters: two parameters:
* **login_path**: The login path where the user is redirected when he is * **login_path**: The login path where the user is redirected when they are
accessing a secured area without being authenticated so that he can enter accessing a secured area without being authenticated so that they can enter
his credentials; their credentials;
* **check_path**: The check URL used by Symfony to validate the credentials of * **check_path**: The check URL used by Symfony to validate the credentials of
the user. the user.
...@@ -371,7 +371,7 @@ parameter to any URL when logged in as a user who has the ...@@ -371,7 +371,7 @@ parameter to any URL when logged in as a user who has the
You can check that you are impersonating a user by checking the special You can check that you are impersonating a user by checking the special
``ROLE_PREVIOUS_ADMIN``. This is useful for instance to allow the user to ``ROLE_PREVIOUS_ADMIN``. This is useful for instance to allow the user to
switch back to his primary account: switch back to their primary account:
.. code-block:: jinja .. code-block:: jinja
......
...@@ -60,7 +60,7 @@ Usage ...@@ -60,7 +60,7 @@ Usage
----- -----
The Session provider provides a ``session`` service. Here is an example that The Session provider provides a ``session`` service. Here is an example that
authenticates a user and creates a session for him:: authenticates a user and creates a session for them::
use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Response;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment