Interface IFrontMutateSystem

    interface IFrontMutateSystem {
        allowsignup?: boolean;
        defaultplugins?: string[];
        password?: {
            max: number;
            min: number;
            requireLetter: boolean;
            requireNumber: boolean;
            requireSymbol: boolean;
        };
    }

    Hierarchy

    Properties

    allowsignup?: boolean
    defaultplugins?: string[]
    password?: {
        max: number;
        min: number;
        requireLetter: boolean;
        requireNumber: boolean;
        requireSymbol: boolean;
    }

    Generated using TypeDoc and TypeDoc Airthium Plugin