vitro/webapp/web/i18n/files/passwordResetComplete.html

23 lines
386 B
HTML
Raw Normal View History

2013-04-26 23:58:50 -04:00
<html>
<head>
<title>{1}</title>
</head>
<body>
<p>
{2} {3}
</p>
<p>
<strong>Password successfully changed.</strong>
</p>
<p>
Your new password associated with {4} has been changed.
</p>
<p>
Thank you.
</p>
</body>
</html>