masto
    Preparing search index...

    Interface InstanceRegistrations

    interface InstanceRegistrations {
        approvalRequired: boolean;
        enabled: boolean;
        message?: string | null;
        minAge?: number | null;
        reasonRequired?: boolean | null;
    }
    Index

    Properties

    approvalRequired: boolean

    Whether registrations require moderator approval.

    enabled: boolean

    Whether registrations are enabled.

    message?: string | null

    A custom message to be shown when registrations are closed.

    minAge?: number | null

    A minimum age required to register, if configured.

    reasonRequired?: boolean | null

    Whether registrations require the user to provide a reason for joining. Only applicable when registrations[approval_required] is true.