password_mail_sent_page

NAML documentation   Watch a video
   Usages of this macro
... in forgot_password.naml
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<macro name="password_mail_sent_page" requires="servlet">
    <n.html
Macro
Parameters: head, body
>
        <head>
            <n.title
Macro
Parameters: text
.><t>Password Reset Sent</t></n.title.>
        </head>
        <body>
            <h1><t>Password Reset Sent</t></h1>
            <p>
                <t>We have sent you a link to reset your password. Please check your email now.
                    If you don't receive the instructions in a few minutes, check your spam folder
                    or try to resend the request.</t>
            </p>
        </body>
    </n.html>
</macro>