Resetting Your Password

From 워드프레스(WORDPRESS) 한국어 위키

Jump to: navigation, search

Contents

비밀번호 바꾸기

To change your password in WordPress v1.2:

  1. In the Admin Panel, go to PROFILE
  2. Scroll down to the bottom and type in the new password in the two boxes provided
  3. Click the UPDATE PROFILE button
Your new password takes effect immediately.

To change your password in WordPress v1.5:

  1. In the Admin Panel, go to USERS
  2. From the "Your Profile" tab, scroll to the bottom and type in the new password in the two boxes provided.
  3. Click the UPDATE PROFILE button
Your new password takes effect immediately.

암호를 'WordPress v2.0'(현재 2009.02.01 최신버전 2.7도 동일)에서 바꾸기

  1. 관리자 페이지안의 사용자 또는 프로필(USERS or Profile)로 이동해봐
  2. 프로필의 스크롤을 밑으로 내리고 새비밀번호 부분의 입력박스 2곳에 바꿀 암호를 넣고
  3. 프로필갱신 버튼을 누르면 끝!
횽의 바뀐 암호는 바로 적용된다굿!

Through the automatic emailer(이메일을 통한 암호변경)

  • 만약 횽이 워드프레스 프로필의 이메일주소와 사용자이름을 알고 있으면, 횽은 워드프레스 "lost password" 기능을 사용할 수 있으니 걱정마(한글판 워드프레스에는 "비밀번호를 잃어버렸나요?" 라고 나오니 참고해 횽)
  • "비밀번호를 잃어버렸나요?"를 클릭
  • 횽은 무언가 입력해야하는 페이지로 이동할 거야. 그리고 여기에 워드프레스 설치할때 입력한 이메일주소를 넣어줘
  • 이제, 횽은 입력한 메일계정으로 가서 조낸 행복한 표정으로 기달려
  • 일단, 횽이 새 비밀번호를 받으면, 횽은 당장 로그인을 하고 프로필페이지 가서 횽이 기억하기 좋은 비밀번호로 바꿔줘, 꼭!


Note for 1.2.1 Users

There is a bug in 1.2.1 where the email you get includes an incorrectly encoded password. Your email will look similar to this:

Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: BASE64
TG9naW46IERpYW5lDQpQYXNzd29yZDogZTIxMTQ2DQpodHRwOi8vZGlhbmV2LmNvbS9ibG9nL3dvcmRwcmVzcy93cC1sb2dpbi5waHA=

The fix for this is to upgrade your site to 1.2.2

Through MySQL Command Line(MySQL 커맨드라인 통한 암호변경)

  1. Get an MD5 hash of your password.
    • Visit MD5 Hasher, or...
    • Create a key with Python. or...
    • On Unix: echo -n <password> | md5sum
  2. "mysql -u root -p" (log in to MySQL)
  3. enter your mysql password
  4. "use (name-of-database)" (select WordPress database)
  5. "show tables;" (you're looking for a table name with "users" at the end)
  6. "SELECT ID, user_login, user_pass FROM (name-of-table-you-found)" (this gives you an idea of what's going on inside)
  7. "UPDATE (name-of-table-you-found) SET user_pass="(MD5-string-you-made)" WHERE ID = (id#-of-account-you-are-reseting-password-for)" (actually changes the password)
  8. "SELECT ID, user_login, user_pass FROM (name-of-table-you-found)" (confirm that it was changed)
  9. (type Control-D, to exit mysql client)

Through phpMyAdmin(phpMyAdmin을 통한 암호변경)

횽, 이 문서는 phpMyAdmin의 데이타베이스에 접근을 해야해요.횽, phpMyAdmin을 사용하면 위험이 따르니까!, 횽이 phpMyAdmin을 사용하는데 무능하다 싶으면 관련정보를 좀더 찾아봐요

우리는 횽의 소중한 데이타를 잃어버리는것에 대해서 책임이 없다구!


Image #1
Enlarge
Image #1
  • phpMyAdmin 로그인을 해야되(무슨소린지 모르면 능력없는거야!)
  • 데이타베이스를 클릭해 횽(영문이라면 'database'로 나올꺼야)
Image #2
Enlarge
Image #2
  • 아마 횽의 데이타베이스들이 나타나게 될거야, 그리러면 워드프레스를 설치한 데이타베이스를 하나 찾아서 클릭해
Image #3
Enlarge
Image #3
  • 횽의 데이타베이스안의 테이블들이 나타날거야
  • 그림에서 지시하는 아이콘을 눌러야돼 횽, 아이콘 위로는 '보기(Browse)'란 단어가 나타나야돼
Image #4
Enlarge
Image #4
  • 다음화면에선 횽의 워드프레스의 등록자가 보여질거야, 횽은 제일 윗줄을 봐봐, 사용자 ID #1은 블로그 주인인 횽이야,
  • 저 아래 내가 동그라미로 표시한 아이콘을 클릭해 횽
Image #5
Enlarge
Image #5
  • 지금 사용자와 관련된 모든 세부사항을 보이지?
  • 'User_pass'의 건너편에 있는것이 암호화된 횽이 잃어버린 워드프레스 암호야


Image #6
Enlarge
Image #6
  • 횽, 저 긴 문자열의 문자를 지워고,
  • 횽이 사용할 새 암호를 쳐넣어주고, 그냥 평상시대로 쳐넣어주면돼, 그런데 새암호는 꼭 기억해줘 안그럼 또 다시 이짓을 시작해야돼거든 ㅡㅡ;;
  • 예를 들면 - 내가 새암호를 입력한다면 'babobabo' 로 할 거야
  • 횽이 새암호 입력을 마쳤으면, 메뉴에서 가리키는 드롭다운 메뉴를 눌러 그리고 'MD5' 를 메뉴에서 선택해
Image #7
Enlarge
Image #7
  • 지금 횽은 암호와 박스안의 'MD5'가 바르고 정확한지 체크해봐
  • 모든게 완벽해? 화면 오른쪽 아래에 있는 'Go' 버튼을 눌러
  • 그리고 블로그 로긴화면으로 달려가서 로그인을 해봐! 모든게 잘 되길 바랄께~ 횽 수거~!
 

phpMyAdmin tutorial originally written by Podz. 날림번역 by 카리스턱 http://ALLtuck.net

Personal tools