Skip to content

Commit

Permalink
minor #20254 [Doctrine][Security] Remove an old article about registr…
Browse files Browse the repository at this point in the history
…ation forms (javiereguiluz)

This PR was squashed before being merged into the 7.1 branch.

Discussion
----------

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

This is another old article soft-deleted a while ago and that we can delete for real in 7.x branches.

Commits
-------

299e6f5 [Doctrine][Security] Remove an old article about registration forms
  • Loading branch information
javiereguiluz committed Sep 26, 2024
2 parents e56c594 + 299e6f5 commit 317140c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
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

0 comments on commit 317140c

Please sign in to comment.