', $txt['authentication_reminder'], '

', $txt['password_reminder_desc'], '

', $txt['user_email'], ':

'; } function template_reminder_pick() { global $context, $txt, $scripturl; echo '

', $txt['authentication_reminder'], '

', $txt['authentication_options'], ':

'; } function template_sent() { global $context; echo '

' . $context['page_title'] . '

' . $context['description'] . '

'; } function template_set_password() { global $context, $settings, $txt, $scripturl, $modSettings; echo '

', $context['page_title'], '

', $txt['choose_pass'], ':
', $txt['verify_pass'], ':

'; } function template_ask() { global $context, $settings, $txt, $scripturl, $modSettings; echo '

', $txt['authentication_reminder'], '

', $context['account_type'] == 'password' ? $txt['enter_new_password'] : $txt['openid_secret_reminder'], '

', $txt['secret_question'], ':
', $context['secret_question'], '
', $txt['secret_answer'], ':
'; if ($context['account_type'] == 'password') echo '
', $txt['choose_pass'], ':
', $txt['verify_pass'], ':
'; echo '
'; if ($context['account_type'] == 'password') echo ' '; } ?>