Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
7b546347
Commit
7b546347
authored
Dec 03, 2013
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.1'
* 1.1: Remove gendered pronouns
parents
70b55dc3
5633f1b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
doc/providers/security.rst
doc/providers/security.rst
+4
-4
doc/providers/session.rst
doc/providers/session.rst
+1
-1
No files found.
doc/providers/security.rst
View file @
7b546347
...
...
@@ -165,9 +165,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
two parameters:
* **login_path**: The login path where the user is redirected when
he is
accessing a secured area without being authenticated so that
he
can enter
his
credentials;
* **login_path**: The login path where the user is redirected when
they are
accessing a secured area without being authenticated so that
they
can enter
their
credentials;
* **check_path**: The check URL used by Symfony to validate the credentials of
the user.
...
...
@@ -377,7 +377,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
``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
...
...
doc/providers/session.rst
View file @
7b546347
...
...
@@ -60,7 +60,7 @@ Usage
-----
The Session provider provides a ``session`` service. Here is an example that
authenticates a user and creates a session for
hi
m::
authenticates a user and creates a session for
the
m::
use Symfony\Component\HttpFoundation\Response;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment