Skip to content

Commit

Permalink
sample config added for password forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Jan 20, 2012
1 parent 63aeb3a commit c21a7c4
Showing 1 changed file with 23 additions and 0 deletions.
@@ -0,0 +1,23 @@
<?xml version="1.0"?>

<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
<yanel:rti name="forgotpw" namespace="http://www.wyona.org/yanel/resource/1.0"/>

<!--<yanel:property name="change-password-requests-path" value="change-password-requests"/>-->
<yanel:property name="num-hrs-valid" value="48"/>

<yanel:property name="smtpFrom" value="no-reply@wyona.com"/>

<yanel:custom-config>
<views>
<view id="default" type="XML">
<xslt>rthtdocs:/forgotpw.xsl</xslt>
<xslt>yanelhtdocs:/html.xslt</xslt>
<mime-type>application/xhtml+xml</mime-type>
</view>
<view id="xml" type="XML">
<mime-type>application/xml</mime-type>
</view>
</views>
</yanel:custom-config>
</yanel:resource-config>

0 comments on commit c21a7c4

Please sign in to comment.