Skip to content

otp_auth_email_period #536

Description

@fietstouring

in der Klasse rex_ycom_otp_method_email holt sich getPeriod() die email_period vom 2-Faktor Auth Addon und nicht aus den Einstellungen von YCom.

public static function getPeriod(): int
    {
        return (int) rex_addon::get('2factor_auth')->getConfig('email_period', 300);
    }

sollte sein return (int) rex_ycom_config::get('otp_auth_email_period');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions