<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[Authentication Unique Keys and Salts 정보를 수정하는것]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/21568</link>
		<description><![CDATA[<p>암호화 키와 복호화 키가 이 부분이 맞나요?</p>

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

<p>기존 아이디가 게속 로그인이 잘되고</p>

<p>새로운 아이디는 안됩니다.</p>

<p> wp-config.php에서</p>

<p>* Authentication Unique Keys and Salts.<br />
 *<br />
 * Change these to different unique phrases!<br />
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}<br />
 * 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.<br />
 *<br />
 * @since 2.6.0</p>

<p> */</p>

<p>define('AUTH_KEY',  <br />
define('SECURE_AUTH_KEY', <br />
define('LOGGED_IN_KEY',<br />
define('NONCE_KEY',<br />
define('AUTH_SALT',<br />
define('SECURE_AUTH_SALT', <br />
define('LOGGED_IN_SALT', <br />
define('NONCE_SALT',  </p>

<p> </p>

<p>여기부분이 맞나요..?</p>
]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[안녕하세요.

새로운 아이디는 DB에 어떤 방식으로 저장하셨는지요?

wp_create_user 함수를 사용해서 D...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/21585</link>
			<description><![CDATA[<p>안녕하세요.</p>

<p>새로운 아이디는 DB에 어떤 방식으로 저장하셨는지요?</p>

<p><a href="https://developer.wordpress.org/reference/functions/wp_create_user/" target="_blank">wp_create_user</a> 함수를 사용해서 DB에 저장하신 후에 테스트해보시겠어요?</p>

<p>고맙습니다.</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Wed, 18 Apr 2018 01:01:43 +0000</pubDate>
			<category>워드프레스</category>
		</item>
				<item>
			<title><![CDATA[define('AUTH_KEY',
define('SECURE_AUTH_KEY',
define('LOGGED_IN_KEY',
define('NONCE_KEY',
define('...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/21574</link>
			<description><![CDATA[<p>define('AUTH_KEY',<br />
define('SECURE_AUTH_KEY',<br />
define('LOGGED_IN_KEY',<br />
define('NONCE_KEY',<br />
define('AUTH_SALT',<br />
define('SECURE_AUTH_SALT',<br />
define('LOGGED_IN_SALT',<br />
define('NONCE_SALT',</p>

<p>변화가 없어서 이부분을 아예 삭제를 하고 로그인을 해보니 변화가 없습니다 .....ㅜㅜ</p>

<p>현재 회원가입으로 데이터를 넣는게 아니라 사이트를 이전하느라 전 사이트에서 데이터베이스 파일을 내보내서 데이터를 넣었습니다.</p>
]]></description>
			<author>프리</author>
			<pubDate>Tue, 17 Apr 2018 08:44:52 +0000</pubDate>
			<category>워드프레스</category>
		</item>
				<item>
			<title><![CDATA[안녕하세요~^^

말씀하신 부분이 맞습니다.

기존 회원은 로그인이 된다면 정상적인 듯합니다.

하지만 ...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/21570</link>
			<description><![CDATA[<p>안녕하세요~^^</p>

<p>말씀하신 부분이 맞습니다.</p>

<p>기존 회원은 로그인이 된다면 정상적인 듯합니다.</p>

<p>하지만 새로운 아이디가 로그인이 안된다면 회원가입이 잘못된 것 같습니다.</p>

<p>회원가입이 아니라 PHP 코드로 직접 데이터베이스에 입력을 해주셨다면 뭔가 잘못 입력을 해주신 듯합니다.</p>

<p>사용자 정보를 등록하는 방법은 이전 질의응답을 참고해주세요.</p>

<p><a href="http://www.cosmosfarm.com/threads/document/21566" target="_blank">http://www.cosmosfarm.com/threads/document/21566</a></p>

<p>고맙습니다.</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Tue, 17 Apr 2018 08:25:21 +0000</pubDate>
			<category>워드프레스</category>
		</item>
			</channel>
</rss>