Updater.secret always wrong on hoster all-inkl.com

hi guys,

i’ve tried many times to update my nextcloud hosted at german provider all-inkl.com. problem: no matter how i hash my password (external oder internal with ssh) the update always fails with “invalid password”. sure, i just used

php -r '$password = trim(shell_exec("openssl rand -base64 48"));if(strlen($password) === 64) {$hash = password_hash($password, PASSWORD_DEFAULT) . "\n"; echo "Insert as \"updater.secret\": ".$hash; echo "The plaintext value is: ".$password."\n";}else{echo "Could not execute OpenSSL.\n";};'

saved the updater.secret in config.php
uploaded. tried the plaintext many times.

any idea how to solve this?

Not sure offhand. You’re using your non-hashed password on the web form, correct?

If you’re using the CLI to generate a new secret, can’t you just run the updater from the CLI and not bother with the secret?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.