Skip to content

Commit

Permalink
properties documented
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Jan 20, 2012
1 parent 8f95253 commit 42e4b6f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/contributions/resources/forgotpw/resource.xml
Expand Up @@ -6,12 +6,18 @@
class="org.wyona.yanel.impl.resources.forgotpw.ForgotPassword"
>
<description>
manage forgot pw resource
Manage forgot password resource
</description>

<rtd>
<!--
<property name="foo" default-value="bar"/>
-->
<!-- Mandatory -->
<property name="smtpFrom"/>

<!-- Optional -->
<property name="smtpHost"/>
<property name="smtpPort"/>

<property name="change-password-requests-path" default-value="/reset-password-requests"/>
<property name="num-hrs-valid" default-value="24"/>
</rtd>
</resource>

0 comments on commit 42e4b6f

Please sign in to comment.