[wp-trac] [WordPress Trac] #44425: Add WP_CACHE_KEY_SALT to WordPress.org secret-key service
WordPress Trac
noreply at wordpress.org
Thu Jun 21 16:52:04 UTC 2018
#44425: Add WP_CACHE_KEY_SALT to WordPress.org secret-key service
---------------------------+-----------------------------
Reporter: paulschreiber | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Keywords:
Focuses: |
---------------------------+-----------------------------
Currently, the WordPress.org secret-key service
https://api.wordpress.org/secret-key/1.1/salt/
generates `AUTH_KEY`, `SECURE_AUTH_KEY`, `LOGGED_IN_KEY`, `NONCE_KEY`,
`AUTH_SALT`, `SECURE_AUTH_SALT`, `LOGGED_IN_SALT` and `NONCE_SALT`.
It would be helpful if it also generated `WP_CACHE_KEY_SALT`. That way,
people who install the object-cache.php drop-in would be less likely to
experience unexpected behaviour.
See also:
https://github.com/Automattic/wp-memcached/issues/31
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44425>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list