Minor fix.

This commit is contained in:
Paulo Gustavo Veiga
2012-06-14 08:47:23 -03:00
parent 35346bfba2
commit 9836ffdecf
6 changed files with 49 additions and 50 deletions

View File

@@ -0,0 +1,24 @@
<html>
<body>
<h3>Your password was regenerated from WiseMapping!</h3>
<p>
Your account information is:
</p>
User Login: ${user.email}
</p>
<p>
New Password: ${password}
</p>
<p>
Thank you for using WiseMapping.
</p>
<p>
For questions or concerns regarding your account, send us an email to support@wisemapping.com.
</p>
<p>
Best Regards, <br/>
The WiseMapping Team.
<a href="http://www.wisemapping.com">WiseMapping Site</a>
</p>
</body>
</html>