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.
在 Moodle 中安装了 boost 学习主题后,我遇到了无效的登录,请重试
可能有多种原因,可以解决它:
如果您有权访问数据库,则可以尝试使用 SQL 重置密码:
UPDATE mdl_user SET password = md5('yournewpassword') WHERE username = 'yourusername'
或者,如果您具有命令行访问权限,则可以使用以下命令:
php admin/cli/reset_password.php --help