Following are steps to remove the jSecure Authentication manually.
- Removed the components from /components/com_jsecure and administrator/components/com_jsecure
- Removed the plug-in from /plugins/system/jsecure.php and /plugins/system/jsecure.xml
- Removed the jsecure folder from plug-ins. /plugins/system/jsecure
- Delete the component and plug-in entry from database.
- Execute the following query.
- DELETE FROM databasePrefix_components where option = ‘com_jsecure’
- DELETE FROM databasePrefix_plugins where element = ‘jsecure’
No comments:
Post a Comment