• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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