mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-19 02:05:32 +08:00
24 lines
450 B
Plaintext
24 lines
450 B
Plaintext
|
<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>
|