unregistered_user_forgot_password_page

NAML documentation   Watch a video
   Usages of this macro
... in forgot_password.naml
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<macro name="unregistered_user_forgot_password_page" requires="servlet">
    <n.html
Macro
Parameters: head, body
>
        <head>
            <n.title
Macro
Parameters: text
.><t>Forgot Password?</t></n.title.>
        </head>
        <body>
            <h1><t>Forgot Password?</t></h1>
 
            <p>
                <t>There is an unregistered user account associated with the email address <t.email.bold
Macro
Parameters: text
.email_field
Macro
Parameters: do
.value
Binary
Namespace: FieldNamespace
/>.</t>
                <t>If this email address is yours, you should <n.register_link
Macro
Parameters: text, title
.>register</n.register_link.> using this same address.
                After registration, you will own this user account.</t>
            </p>
        </body>
    </n.html>
</macro>