Authentication Unique Keys and Salts 정보를 수정하는것

암호화 키와 복호화 키가 이 부분이 맞나요?

전에 쓰던 싸이트에서 긁어서 바꿔 봤는데 영향이 전혀 없습니다.

기존 아이디가 게속 로그인이 잘되고

새로운 아이디는 안됩니다.

 wp-config.php에서

* Authentication Unique Keys and Salts.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
 *
 * @since 2.6.0

 */

define('AUTH_KEY',  
define('SECURE_AUTH_KEY', 
define('LOGGED_IN_KEY',
define('NONCE_KEY',
define('AUTH_SALT',
define('SECURE_AUTH_SALT', 
define('LOGGED_IN_SALT', 
define('NONCE_SALT',  

 

여기부분이 맞나요..?

좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
워드프레스 에러 기술지원 서비스 전문가에게 맡기세요
워드프레스 에러 기술지원 서비스 전문가에게 맡기세요