|
How to Uninstall jSecure Authentication |
|
|
|
|
You can manually remove the code by following below steps
- Login to mysql through phpmyadmin or whatever you use
- Search for "jsecure" with following SQL:
- SELECT * FROM jos_plugins where element = 'jSecure'
- Delete the row
- Remove following jSecure files:
- /plugins/system/jsecure.php
- /plugins/system/jsecure.xml
|