Skip to content

Commit

Permalink
make hours valid configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Jul 24, 2015
1 parent a59b4fa commit 2a4cdc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resources/registration/resource.xml
Expand Up @@ -22,6 +22,8 @@ User registration

<property name="send-notification-emails" default-value="true"/> <!-- INFO: In the case of a continuous integration environment one might want to set this property to 'false' -->

<property name="hours-valid" default-value="24"/>

<property name="min-password-length" default-value="5"/>
<property name="max-password-length" default-value="15"/>

Expand Down

0 comments on commit 2a4cdc4

Please sign in to comment.