Skip to content

Commit a2e1305

Browse files
authored
Merge pull request #2470 from JasonBenett/patch-1
Description improved with "from_email" explanation
2 parents 0d70c91 + 30ff8e8 commit a2e1305

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Resources/doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,11 +359,12 @@ of datastore you are using.
359359
user-class="AppBundle\Entity\User"
360360
/>
361361
362-
Only three configuration values are required to use the bundle:
362+
Only four configuration's node are required to use the bundle:
363363

364364
* The type of datastore you are using (``orm``, ``mongodb`` or ``couchdb``).
365365
* The firewall name which you configured in Step 4.
366366
* 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.
367368

368369
.. note::
369370

0 commit comments

Comments
 (0)