1. 取消 ip 認證
config_global.php 中找到
$_config['admincp']['checkip'] = 0

2. 管理員使用者組變為普通使用者組了 進入不了後臺

  • 直接更改資料庫 common_member 中 找到管理員對應的記錄  將 groupid 和 adminid 都更改為 1
  • 用 tools 工具重置管理員 : http://www.discuz.net/thread-2809115-1-1.html

3. 後臺設定了 ip 列表導致訪問不了後臺
進入資料庫 common_setting 表中搜尋 skey 為 adminipaccess ,然後刪除 svalue 中的值

4. 有其它使用者在同時登入 同一個帳號後臺也是進入不了後臺的 (只要取消 ip 認證 就能同時多點登入)

5. 密碼丟失
如果能夠登入 uc ,在 uc 中更改管理員帳號、如果 uc 和管理員帳號都忘記了。用 tools(tools 有論壇版 和 uc 版 。詳細下載請看:http://www.discuz.net/thread-1877098-1-1.html) 工具重置管理員帳號