[Q] administrator 忘記密碼怎麼辦?
[try]
0. 使用drupal site 的 email notification
(登入失敗後 一般都會有 forgot your password 的連結)
1. 直接更改mysql資料庫中的 'users' table
UPDATE `users` SET pass = MD5('newpwd') WHERE uid=1;
(需要記得資料庫的管理員密碼)
[ref]
http://drupal.org/node/44164
Saturday, May 28, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment