UNPKG

@itrocks/forgot-password

Version:

Forgot password management for @itrocks/user, including form, token generation, email sending, and secure reset

22 lines (19 loc) 363 B
<!DOCTYPE html> <html lang="en"> <head> <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 class="error"> We were unable to send the password reset email. </li> <!--#end--> <!--END--> </ol> </body> </html>