Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
JsConnect - Can not delet the connection button created
Hy guys,
I created some "test" connections in JsConnect 0.15b and now i want to delete them because they are to many... but when i click on the delete button i am just sent to an emty page.
i've tryed also with default theme removing the pluging, but when i instal a new one the connections are there.
Is possible to delete the conection manualy from the vanilla forum ? > Version 2.0.18.8
Tagged:
0
Comments
I think you are confusing the the two plugins.
grep is your friend.
i dont know exactly what is it, but i need to delete the buttons that i have created for test ... and i can't ..
sorry about the wrong related disscussion
Ok, i figuer it out, if somebody else can not delete the "connect buttons" from JsConnect:
*Go to you database and execute the folowing comand
TRUNCATE dbname.gdn_userauthenticationprovider
This will emty that table containing the information.
*If you just want to delete one of them .. in the db
TRUNCATE dbname.gdn_userauthenticationprovider WHERE name = the one you want to delete
Had the same problem; this worked.