Nymph.js 1.0.0-beta.113
    Preparing search index...

    Type Alias TilmeldBeforeRegisterCallback

    TilmeldBeforeRegisterCallback: (
        user: User & UserData,
        data: { additionalData?: { [k: string]: any }; password: string },
    ) => Promise<void>

    This is run before the user data checks, so the only checks before are whether registration is allowed and whether the user is already registered.

    Type Declaration

      • (
            user: User & UserData,
            data: { additionalData?: { [k: string]: any }; password: string },
        ): Promise<void>
      • Parameters

        • user: User & UserData
        • data: { additionalData?: { [k: string]: any }; password: string }

        Returns Promise<void>