Taylohtio/CKS.FormsBasedAuthentication/Layouts/FBA/Emails/VahanenPasswordRecoveryEN.xslt

27 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:MembershipRequest="cks:MembershipRequest">
<xsl:template match="/">
<html>
<head>
<title>A new password from https://projects.vahanen.com</title>
</head>
<body>
<div>
<p>You have requested a new password at https://projects.vahanen.com. <xsl:value-of select="MembershipRequest:get_SiteName()" />.</p>
<p>Your password: <xsl:value-of select="MembershipRequest:get_Password()" /></p>
<p></p>
<p>
<xsl:text>You may change the password once you have logged in. The Change password link can be found in the menu on the left.</xsl:text>
</p>
<p>If you have any technical problems with the site, please contact the webmaster at: asiakaspalvelu@taloyhtio.info</p>
<p>For queries or matters related to the sites content, contact Vahanen Oy customer services: info@vahanen.com.</p>
</div>
</body>
</html>
</xsl:template>
</xsl:stylesheet>