I’ve tried logging into a server via web that I haven’t been on in a while and after some CLI webmin updates. I’m getting denied access due to my Google Auth 2FA, which has perviously worked, indicating it is the wrong code and throwing error:
Two-factor authentication failed : Incorrect OTP code
Investigating the /var/webmin/miniserv.error logs, I find two errors possibly related:
- Use of uninitialized value $acl::in{“user”} in concatenation (.) or string at /usr/libexec/webmin/acl/twofactor_form.cgi line 42.
- Use of uninitialized value in pattern match (m//) at /usr/libexec/webmin/acl/index.cgi line 283.
Any thoughts?