Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding wrong username locks plugin into unusable state #20

Open
jaranta opened this issue Jan 10, 2019 · 4 comments
Open

Adding wrong username locks plugin into unusable state #20

jaranta opened this issue Jan 10, 2019 · 4 comments

Comments

@jaranta
Copy link

jaranta commented Jan 10, 2019

I accidentally input the wrong domain in the authentication "full username" field. I can't connect to that domain and there seems to be no way to change fields when they have been once saved. I can't even add more accounts, since the plugin is stuck on the first authentication.

Is there a way to remove that account and reset the plugin?

@danito
Copy link
Owner

danito commented Jan 10, 2019

Hi,
seems that unset or change a wrong full username is not possible and you need to edit the DB entry, see #12

@jaranta
Copy link
Author

jaranta commented Jan 16, 2019

If anyone else tries to do this, this is the mysql syntax I used to replace the wrong url with the right one:

UPDATE entities SET contents=REPLACE(contents,'"server":"wrong.server"','"server":"right.server"');

@markwaters
Copy link

Is there a way to remove an incorrect server from the database ?
Thanks.

@cdn
Copy link
Contributor

cdn commented Nov 20, 2019

Is there a way to remove an incorrect server from the database ?
Thanks.

I have a branch on my fork with per instance deletion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants