Skip to content

Commit 7d6276d

Browse files
committed
Minor tweak
1 parent 48423fb commit 7d6276d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doctrine/registration_form.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ already explained in other articles. Specifically, to implement a registration
1111
form you must:
1212

1313
#. :ref:`Define a class to represent users <create-user-class>`;
14-
#. :doc:`Create a form </forms>` to ask for the registration information;
14+
#. :doc:`Create a form </forms>` to ask for the registration information (you can
15+
generate this with the ``make:registration-form`` command provided by the `MakerBundle`_);
1516
#. Create :doc:`a controller </controller>` to :ref:`process the form <processing-forms>`;
1617
#. :ref:`Protect some parts of your application <security-authorization>` so
1718
only registered users can access to them.
19+
20+
.. _`MakerBundle`: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html

0 commit comments

Comments
 (0)