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.
2 parents 0d70c91 + 30ff8e8 commit a2e1305Copy full SHA for a2e1305
Resources/doc/index.rst
@@ -359,11 +359,12 @@ of datastore you are using.
359
user-class="AppBundle\Entity\User"
360
/>
361
362
-Only three configuration values are required to use the bundle:
+Only four configuration's node are required to use the bundle:
363
364
* The type of datastore you are using (``orm``, ``mongodb`` or ``couchdb``).
365
* The firewall name which you configured in Step 4.
366
* The fully qualified class name (FQCN) of the ``User`` class which you created in Step 3.
367
+* The default email address to use when the bundle send a registration confirmation to the user.
368
369
.. note::
370
0 commit comments