Unofficial SMF API Documentation

./Sources/Register.php

Register

function Register(array $reg_errors = array()): void

Begin the registration process.

Type Parameter Description
array $reg_errors Holds information about any errors that occurred

Register2

function Register2(): void

Actually register the member.

Integration hooks
integrate_activate

Activate

function Activate(): void

Activate an users account.

Checks for mail changes, resends password if needed.

Integration hooks
integrate_activate

CoppaForm

function CoppaForm(): void

This function will display the contact information for the forum, as well a form to fill in.

VerificationCode

function VerificationCode(): void

Show the verification code or let it be heard.

RegisterCheckUsername

function RegisterCheckUsername(): void

See if a username already exists.

SendActivation

function SendActivation(): void

It doesn’t actually send anything, this action just shows a message for a guest.

Suggest an edit to this page on GitHub