8000 [Doctrine][Security] Remove an old article about registration forms by javiereguiluz · Pull Request #20254 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Doctrine][Security] Remove an old article about registration forms #20254

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
Sep 26, 2024
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
0