• Sets a password for a user.

    Parameters

    • username: string

      The username.

    • password: string

      The password to set.

    Returns Promise<{
        message: string;
        success: boolean;
    }>

    • Success or error message.