forked from mirrors/nixpkgs
724ed08df0
A secret key generated by the nixos module was misspelled, which could
possibly impact the security of session cookies.
To recover from this situation we will wipe all security keys that were
previously generated by the NixOS module, when the misspelled one is
found. This will result in all session cookies being invalidated. This
is confirmed by the wordpress documentation:
> You can change these at any point in time to invalidate all existing
> cookies. This does mean that all users will have to login again.
https://wordpress.org/support/article/editing-wp-config-php/#security-keys
Meanwhile this issue shouldn't be too grave, since the salting function
of wordpress will rely on the concatenation of both the user-provided
and automatically generated values, that are stored in the database.
> Secret keys are located in two places: in the database and in the
> wp-config.php file. The secret key in the database is randomly
> generated and will be appended to the secret keys in wp-config.php.
https://developer.wordpress.org/reference/functions/wp_salt/
Fixes:
|
||
---|---|---|
.. | ||
atlassian | ||
icingaweb2 | ||
ihatemoney | ||
bookstack.nix | ||
calibre-web.nix | ||
convos.nix | ||
cryptpad.nix | ||
discourse.nix | ||
discourse.xml | ||
documize.nix | ||
dokuwiki.nix | ||
engelsystem.nix | ||
galene.nix | ||
gerrit.nix | ||
gotify-server.nix | ||
grocy.nix | ||
grocy.xml | ||
hedgedoc.nix | ||
hledger-web.nix | ||
jirafeau.nix | ||
jitsi-meet.nix | ||
jitsi-meet.xml | ||
keycloak.nix | ||
keycloak.xml | ||
limesurvey.nix | ||
mastodon.nix | ||
matomo-doc.xml | ||
matomo.nix | ||
mattermost.nix | ||
mediawiki.nix | ||
miniflux.nix | ||
moinmoin.nix | ||
moodle.nix | ||
nextcloud.nix | ||
nextcloud.xml | ||
nexus.nix | ||
pgpkeyserver-lite.nix | ||
plantuml-server.nix | ||
restya-board.nix | ||
rss-bridge.nix | ||
selfoss.nix | ||
shiori.nix | ||
sogo.nix | ||
trac.nix | ||
trilium.nix | ||
tt-rss.nix | ||
virtlyst.nix | ||
whitebophir.nix | ||
wiki-js.nix | ||
wordpress.nix | ||
youtrack.nix | ||
zabbix.nix |