How to disable two factor authentication in Webmin
- Access Server through SSH Run these commands to remove Two-Factor authentication
- sed -i 's/totp//g' /etc/webmin/miniserv.users
- sed -i '/twofactor_provider=totp/d' /etc/webmin/miniserv.conf
- /etc/init.d/webmin restart
Thx.
ReplyDelete