Google Authenticator を有効化しているのに、スマートフォン端末側の認証設定が削除されてしまった場合、認証コードが取得できないため、次回以降のPleskログインができなくなります。その場合はGoogle Authenticator をサーバからコマンドラインでアンインストールするしかありません。
Google Authenticator拡張のアンインストールの仕方
# plesk bin extension -u google-authenticator (/usr/local/psa/bin/extension -u google-authenticator でも同じ意味です)
Google Authenticator拡張の再インストールの仕方
# wget -O /tmp/google-auth.zip https://ext.plesk.com/packages/d6d6e361-b55d-467f-8b97-6426174c77a1-google-authenticator/download # plesk bin extension -i /tmp/google-auth.zip # rm /tmp/google-auth.zip