Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Deactivate the plugin #8

Open
abdennour opened this issue Jul 31, 2021 · 1 comment
Open

How to Deactivate the plugin #8

abdennour opened this issue Jul 31, 2021 · 1 comment

Comments

@abdennour
Copy link

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
Copy link
Owner

joshp23 commented Dec 28, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants