在index.php中的drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);之后加入
require_once ‘includes/password.inc‘; echo user_hash_password(‘111111‘); die();
运行,得到加密的密文,然后update数据库表users的pass字段。
时间: 2024-10-06 16:11:46
在index.php中的drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);之后加入
require_once ‘includes/password.inc‘; echo user_hash_password(‘111111‘); die();
运行,得到加密的密文,然后update数据库表users的pass字段。