joshp23 / YOURLS-OIDC

OpenID Connect Authentication for YOURLS
GNU General Public License v3.0
7 stars 6 forks source link

How to Deactivate the plugin #8

Open abdennour opened 3 years ago

abdennour commented 3 years ago

the admin dashboard does not allow to Deactivate the plugin :

instead, it throws this error: Could not auto-encrypt passwords. Error was: "preg_replace problem".

is there a way to desactive this plugin ?

joshp23 commented 2 years ago

This problem is a permissions problem I think on YOURLS/user/config.php You either need to fix the permissions there so that www-data (or whatever your webserver runs under) has write access to the file, or set

define( 'YOURLS_NO_HASH_PASSWORD', true );

in it.