Skip to content

Commit

Permalink
template path added
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Jul 24, 2015
1 parent 3463be1 commit ecb75fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resources/registration/resource.xml
Expand Up @@ -16,6 +16,7 @@ User registration
<!-- Optional -->
<property name="email-confirmation" default-value="true"/> <!-- INFO: Set to false if no email confirmation/activation should re required. -->
<property name="subject" default-value="Activate User Registration (sent by Yanel)"/> <!-- INFO: Subject of confirmation/activation email. -->
<property name="email-body-template-path"/> <!-- INFO: Optional body template path, e.g. '/registration-confirmation-email-template.txt' -->
<property name="groups"/> <!-- INFO: Comma separated list of group IDs, to which user shall be added automatically during registration -->
<property name="include-activation-link" default-value="false"/> <!-- WARN: Because of security reasons please do not enable this property for a productive environment, but only set to 'true' for development or a continuous integration environment! -->

Expand Down

0 comments on commit ecb75fa

Please sign in to comment.