8000 [Book][Security] add back old anchors by xabbuh · Pull Request #4785 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Book][Security] add back old anchors #4785

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 19, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions book/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ But who can you login as? Where do users come from?
or :doc:`build your own </cookbook/security/custom_authentication_provider>`.

.. _security-user-providers:
.. _where-do-users-come-from-user-providers:

B) Configuring how Users are Loaded
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -428,6 +429,7 @@ If you'd like to load your users via the Doctrine ORM, that's easy! See

.. _book-security-encoding-user-password:
.. _c-encoding-the-users-password:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this one can be removed

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because of the single quote, the current anchor is c-encoding-the-user-s-password (see https://github.com/symfony/symfony-docs/pull/4755/files#diff-1c49199976c01f0f51b7fa2a54dbba30R430).

.. _encoding-the-user-s-password:

C) Encoding the User's Password
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
0