Interface InstanceRegistrations

interface InstanceRegistrations {
    approvalRequired: boolean;
    enabled: boolean;
    message?: null | string;
}

Properties

approvalRequired: boolean

Whether registrations require moderator approval.

enabled: boolean

Whether registrations are enabled.

message?: null | string

A custom message to be shown when registrations are closed.