Chris Ahrweiler
Chris Ahrweiler
Did you get an answer or found a solution yet?
where do I have to define the WP_APCU_KEY_SALT ? in object-cache.php or in a plugin? if i define it in a plugin, it would only be available once the plugin...
makes sense.
I see, in my case ABSPATH differs for multiple WP installation on the same machine, so WP_APCU_KEY_SALT is not required?
thank you.
sorry for asking again. I have a machine with multiple WP installations. Each install is in it's own directory, so ABSPATH differ. But in object-cache.php WP_APCU_KEY_SALT is defined with "wp",...
THANK YOU!
sure but that would require to edit the file. i want to register new users and dynamically add user credentials.
that's not the point. i do not want to manually edit the eturnal.yml and add credentials. i need some automated function. i could move the credentials to end of eturnal.yml...
Hello Holger, could be the same format as eturnal.yml and would just include a credential section. ``` credentials: alice: l0vesBob bob: l0vesAlice eve: stalksTh3m ``` I would remove credentials from...