Multi factor authentication or 2FA issue

I have a rtir 6.0.1 version Request Tracker for Incident Response (RTIR) on Ubuntu 22 server using nginx. I have applied 2fa on that website by installing of totp plugin. But the issue is that the same is working for privileged users but that is the post method means after user login, menus are shown and asking for the 2fa code and 2ndly 2fa or mfa is not working for the non.privileged users. I don’t want the post method and want pre authentication after the login and for the all users along with the non-privilege users also.

I have installed plugin at following path

/Opt/rt6/local/plugins/RT-Extension-TOTPMFA

Furthermore following configuration also in RT_SiteConfig.pm

Plugin(‘RT:: Extension::TOTPMFA’);

Set($MFARequired, 1);

Set(TOTPRequiredPriviliged, 0);

Issuer

Periods

Digits

There is a core feature in the works!