Opened 16 years ago
Closed 16 years ago
#1180 closed defect (bug) (fixed)
problem default bbPress secret key
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.0.3 | Priority: | normal |
Severity: | normal | Version: | 1.0.2 |
Component: | General - Integration | Keywords: | has-patch |
Cc: |
Description
bbPress uses default secret_key if not specified, but WordPress uses empty one. So cookies will not be integrated with default keys.
patch included
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [2366]) Use a blank key instead of the default string when no KEY constant is specified in bb_salt() and friends. Fixed in a different way, but props to bobrik for report and initial patch. Fixes #1180