用phpmyadmin等軟體連結資料庫後,
修改資料表中的 jos_users 的 admin的 password 為
21232f297a57a5a743894a0e4a801fc3
就可改變密碼為 admin,
前面那一串是 admin 的 MD5 值,所以也可用其他字串取代,只要知道相對應的值即可。
2007年12月4日 星期二
忘記Joomla後台密碼的解決方法
2007年11月6日 星期二
從joomla!1.0.11升級到 1.0.12 所產生的錯誤訊息- Warning: Cannot modify header information
參考資料:
请教关于Joomla一些基本问题 - 安装与管理 - Joomla中文交流平台,Joomla AutoIt!,joomla模板,joomla问题
http://www.autoit.cn/forum/viewthread.php?tid=749
治標方法:
修改PHP的設定檔 php.ini 中的
Print out errors (as a part of the output). For production web sites,
; you're strongly encouraged to turn this feature off, and use error logging
; instead (see below). Keeping display_errors enabled on a production web site
; may reveal security information to end users, such as file paths on your Web
; server, your database schema or other information.
改掉
display_errors = On
為
display_errors = Off
即可
尚未研究之可能解決方案連結
http://www.autoit.cn/forum/redirect.php?goto=newpost&tid=1271
http://www.phpchina.com/26247/viewspace_8026.html
http://blog.lastsky.net/node/2032
Joomla! 設成維護中之後,進不了後台的解決方法。
將 configuration.php 中:
$mosConfig_offline = '1';
改成
$mosConfig_offline = '0';
即可