Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions _build/redirection_map
Original file line number Diff line number Diff line change
Expand Up @@ -569,3 +569,4 @@
/frontend/encore/server-data /frontend/server-data
/components/string /string
/testing/http_authentication /testing#testing_logging_in_users
/doctrine/registration_form /security#security-make-registration-form
1 change: 0 additions & 1 deletion doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,6 @@ Learn more

doctrine/associations
doctrine/events
doctrine/registration_form
doctrine/custom_dql_functions
doctrine/dbal
doctrine/multiple_entity_managers
Expand Down
15 changes: 0 additions & 15 deletions doctrine/registration_form.rst

This file was deleted.

2 changes: 2 additions & 0 deletions security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,8 @@ the database::
Doctrine repository class related to the user class must implement the
:class:`Symfony\\Component\\Security\\Core\\User\\PasswordUpgraderInterface`.

.. _security-make-registration-form:

.. tip::

The ``make:registration-form`` maker command can help you set-up the
Expand Down
Loading