#9181 closed enhancement (fixed)
Mention consequences of changing Authentication Unique Keys
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | Comments | Version: | 2.7 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | jidanni@… |
Description
In wp-config-sample.php at
"Authentication Unique Keys", you need to add the following to the comment:
"If you ever change any of these settings, the following bad things will happen:..."
(from needing to login again, to needing to install the whole blog
again, perhaps!)
Attachments (2)
Change History (10)
comment:1
follow-up:
↓ 4
jacobsantos — 4 years ago
comment:2
jacobsantos — 4 years ago
- Component changed from Security to Comments
- Owner ryan deleted
comment:3
jacobsantos — 4 years ago
- Type changed from defect (bug) to enhancement
Replying to jacobsantos:
Since they have to do with cookies, the worse is that you have to log in again. If you forget your password, then there are methods to recover it.
Do we really need to warn people that if they change the keys they will have to login again? Seems overboard to me for no real reason.
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Since they have to do with cookies, the worse is that you have to log in again. If you forget your password, then there are methods to recover it.