• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Google authenticator - phone change

Gracjan1

New Pleskian
Hello there,
I've installed google two-factor authentication for my Plesk panel (admin user).
After phone change I can't log in.
I've got access only using another admin name account without this authentication but I can't see proper app. for disable this.
Is there any chances to delete this via Panel or ssh?
 
Hi Gracjan1,

please use the command line ( log in as root over ssh ) to solve such issues:


List the "HELP", to see, what strings might be used with the utility "extensions":

/usr/local/psa/bin/extension -h ( or --help )

List your extensions:

/usr/local/psa/bin/extension -l

Remove extension:

/usr/local/psa/bin/extension -u EXTENSION_NAME
 
Please keep it cold, so I might drink if after the work! ^^
 
Hi Gracjan1,

please use the command line ( log in as root over ssh ) to solve such issues:


List the "HELP", to see, what strings might be used with the utility "extensions":

/usr/local/psa/bin/extension -h ( or --help )

List your extensions:

/usr/local/psa/bin/extension -l

Remove extension:

/usr/local/psa/bin/extension -u EXTENSION_NAME


the above work, but is quite crude. If you have a server with 100 customers, and 1 looses their phone you can't possible delete the complete extension for all to save this one customer?

In other words, how to disable the extension for just one customer?
One work-around would be to create a new customer account and connect the subscribtion to it?

But is there any other way, like to just disable the GA for that customer only?
 
Back
Top