Login.template.php
Simple Machines Forum (SMF)
Tags
Table of Contents
Functions
- template_login() : mixed
- This is just the basic "login" form.
- template_login_tfa() : mixed
- TFA authentication form
- template_kick_guest() : mixed
- Tell a guest to get lost or login!
- template_maintenance() : mixed
- This is for maintenance mode.
- template_admin_login() : mixed
- This is for the security stuff - makes administrators login every so often.
- template_retry_activate() : mixed
- Activate your account manually?
- template_resend() : mixed
- The form for resending the activation code.
- template_logout() : mixed
- Confirm a logout.
Functions
template_login()
This is just the basic "login" form.
template_login() : mixed
template_login_tfa()
TFA authentication form
template_login_tfa() : mixed
template_kick_guest()
Tell a guest to get lost or login!
template_kick_guest() : mixed
template_maintenance()
This is for maintenance mode.
template_maintenance() : mixed
template_admin_login()
This is for the security stuff - makes administrators login every so often.
template_admin_login() : mixed
template_retry_activate()
Activate your account manually?
template_retry_activate() : mixed
template_resend()
The form for resending the activation code.
template_resend() : mixed
template_logout()
Confirm a logout.
template_logout() : mixed