.. index:: single: Doctrine; Simple Registration Form single: Form; Simple Registration Form single: Security; Simple Registration Form How to Implement a Registration Form ==================================== This article has been removed because it only explained things that are already explained in other articles. Specifically, to implement a registration form you must: #. :ref:`Define a class to represent users `; #. :doc:`Create a form ` to ask for the registration information (you can generate this with the ``make:registration-form`` command provided by the `MakerBundle`_); #. Create :doc:`a controller ` to :ref:`process the form `; #. :ref:`Protect some parts of your application ` so only registered users can access to them. .. _`MakerBundle`: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html