@itrocks/forgot-password
Version:
Forgot password management for @itrocks/user, including form, token generation, email sending, and secure reset
24 lines (21 loc) • 501 B
HTML
<html lang="en">
<head>
<link href="../../auto-redirect/auto-redirect.css" rel="stylesheet">
<link href="../../ux-core/css/app.css" rel="stylesheet">
<meta charset="utf-8">
<title>Forgot password</title>
</head>
<body>
<ol id="notifications">
<!--BEGIN-->
<!--#notifications:prepend-->
<li>
An email for password reset was sent to you.
<a class="auto-redirect" href="app://(@route)/login" target="main">Connect user</a>
</li>
<!--#end-->
<!--END-->
</ol>
</body>
</html>