Opened 5 years ago
Closed 5 years ago
#5960 closed defect (bug) (fixed)
Duplicate default SECRET_KEY in a variable, so that it can be overriden by localized versions
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | I18N | Version: | 2.5 |
| Severity: | normal | Keywords: | i18n has-patch |
| Cc: |
Description
Reproduce steps:
- Use localized version with modified wp-config-sample.php, in which the phrase 'put your unique phrase here' is translated.
- 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 (1)
Note: See
TracTickets for help on using
tickets.

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