Ticket #5960 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

Duplicate default SECRET_KEY in a variable, so that it can be overriden by localized versions

Reported by: nbachiyski Assigned to: anonymous
Priority: normal Milestone: 2.5
Component: i18n Version: 2.5
Severity: normal Keywords: i18n has-patch
Cc:

Description

Reproduce steps: 1. Use localized version with modified wp-config-sample.php, in which the phrase 'put your unique phrase here' is translated. 2. Check to see what is your $secret_key

Current: your secret key would be the translated version, and it will be used by many many other users

Desirable: the default value, used in wp-config-sample.php can be set also in a variable, so that localizations can override it with their default value.

Attachments

secret-key-default.diff (1.0 kB) - added by nbachiyski on 02/22/08 10:39:41.

Change History

02/22/08 10:39:41 changed by nbachiyski

  • attachment secret-key-default.diff added.

02/22/08 17:36:10 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [6982]) Allow overriding the default secret key. Proy. Props nbachiyski. fixes #5960