Files
old-wiaas-legacy/api-wiaas/server/components/v2/utils/mail_templates/changedPasswordTemplate.php
2018-06-11 11:09:35 +02:00

19 lines
359 B
PHP

<html>
<head>
<title></title>
</head>
<body>
Hello, <br/><br/>
Welcome back to {APPLICATION_NAME}!<br/>
The password was changed successfully for <b>{username}</b>!<br /><br />
Please use this link to login: <a href="{wiaas}">{wiaas}</a>.
<br/>
<br/>
Best regards,<br/>
{APPLICATION_NAME} administrators
</body>
</html>