Skip to content

Commit 30ff8e8

Browse files
authored
Description improved with "from_email" explanation
Since FOSUserBundle implements the "from_email" configuration's node, the description of the minimum required configuration was not up-to-date. In theory, it's the entry point for a new developer who wants to use the bundle so this detail can prevent from something goes wrong.
1 parent 0d70c91 commit 30ff8e8

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)