Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
管理者パスワードを md5 のものに置き換えましたが、パスワードをリセットできません。暗号化されているようです。砂糖に再びアクセスする方法を知っている人はいますか? 電子メールが機能していません。
Sugar データベースに対して次のコマンドを実行して、管理者パスワードを「test」にリセットし、ログインしてパスワードをリセットします。
update users set user_hash = '098f6bcd4621d373cade4e832627b4f6' where user_name = 'admin';