Opened 16 years ago
Closed 16 years ago
#12616 closed defect (bug) (duplicate)
WP3 alpha - Recommended changes to config kill login
| Reported by: | mugger | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 3.0 |
| Severity: | normal | Keywords: | config changes block login |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
#12142