워드 프레스 암호 방식과 업데이트
mysql 사용시
UPDATE wp_users SET user_pass = MD5('test')
WHERE user_login = 'test' LIMIT 1
'개발 > 팁' 카테고리의 다른 글
html5sec (0) | 2017.04.01 |
---|---|
RSpec basic authentication helper module for request and controller specs (0) | 2017.04.01 |
페이스북 컬러 (0) | 2017.01.04 |
CSS Wishlist (0) | 2011.12.21 |
Internet Explorer 8 검색 상자 제거하기 (0) | 2011.12.17 |