Shibboleth Plugin problem

Hi people, I have some problems with my OJS 3 running in my server. I enable Shibboleth plugin for mistake and now I have no access as admin and any user.
I need to know how to disable this plugin from my server.
Please help

Hi @Gerardo_Ribero,

What version of OJS are you using specifically? You can likely resolve this by moving the directory plugins/generic/shibboleth somewhere else. (Keep it handy so you can put it back if it makes things worse or doesn’t fix the problem.)

Regards,
Alec Smecher
Public Knowledge Project Team

If you have access to the database:
UPDATE plugin_settings SET setting_value='0' WHERE plugin_name='shibbolethauthplugin' and setting_name='enabled';

1 Like