Skip to content

Commit

Permalink
comment added about when administrator is being notified
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed May 9, 2015
1 parent 74a0712 commit 204dfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/registration/resource.xml
Expand Up @@ -23,7 +23,7 @@ User registration
<property name="min-password-length" default-value="5"/>
<property name="max-password-length" default-value="15"/>

<property name="notify-administrator" default-value="false"/>
<property name="notify-administrator" default-value="false"/> <!-- INFO: If set to true, then email will be sent to administrator when user has activated/confirmed the account or rather the provided email address -->
<property name="administrator-email"/> <!-- If 'notify-administrator' is set to true, then this property also needs to be set! -->
</rtd>
</resource>

0 comments on commit 204dfb1

Please sign in to comment.