Unofficial SMF API Documentation

./Themes/default/Login.template.php

template_login

function template_login(): void

This is just the basic “login” form.

template_login_tfa

function template_login_tfa(): void

TFA authentication form

template_kick_guest

function template_kick_guest(): void

Tell a guest to get lost or login!

template_maintenance

function template_maintenance(): void

This is for maintenance mode.

template_admin_login

function template_admin_login(): void

This is for the security stuff - makes administrators login every so often.

template_retry_activate

function template_retry_activate(): void

Activate your account manually?

template_resend

function template_resend(): void

The form for resending the activation code.

template_logout

function template_logout(): void

Confirm a logout.

Suggest an edit to this page on GitHub