Opened 15 years ago
Closed 15 years ago
#12616 closed defect (bug) (duplicate)
WP3 alpha - Recommended changes to config kill login
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | General | Keywords: | config changes block login |
Focuses: | Cc: |
Description
BUG REPORT: WP3 alpha 031510
Dashboard told me to insert lines in wp-config.php of
define( 'AUTH_SALT', 'stuff' );
define( 'SECURE_AUTH_SALT', 'stuff' );
define( 'LOGGED_IN_SALT', 'stuff' );
define( 'NONCE_SALT', 'stuff' );
and
define( 'NONCE_KEY', 'morestuff' );
define( 'AUTH_KEY', 'morestuff' );
define( 'AUTH_SALT', 'morestuff' );
define( 'LOGGED_IN_KEY', 'morestuff' );
define( 'LOGGED_IN_SALT', 'morestuff' );
define( 'SECURE_AUTH_KEY', 'morestuff' );
define( 'SECURE_AUTH_SALT', 'morestuff' );
In both cases, I was sent to re login and in both cases nothing happened after I entered ID and PW.
Disabling or deleting those lines allowed login.
Change History (1)
Note: See
TracTickets for help on using
tickets.
#12142