23 lines
386 B
HTML
23 lines
386 B
HTML
![]() |
<html>
|
||
|
<head>
|
||
|
<title>{1}</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>
|
||
|
{2} {3}
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<strong>Password successfully created.</strong>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
Your new password associated with {4} has been created.
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
Thank you.
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|