We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7fc79 commit a8275a3Copy full SHA for a8275a3
cookbook/doctrine/registration_form.rst
@@ -341,7 +341,7 @@ Having a Registration form with only Email (no Username)
341
342
If you want your users to login via email and you don't need a username, then you
343
can remove it from your ``User`` entity entirely. Instead, make ``getUsername()``
344
-return the ``email`` property.
+return the ``email`` property::
345
346
// src/AppBundle/Entity/User.php
347
// ...
0 commit comments