by Ken Task.
@Kate
Just tested a 4.4 sandbox server: 4.4.1+ (Build: 20240802)
The command suggested to you, run from command line an in code/admin/cli/
php cfg.php --component=tool_mfa --name=enabled --set=0
Does work in setting MFA off.
and the check that it does:
php cfg.php --component=tool_mfa
debugmode 0
** enabled 0
guidance 0
guidancecontent
guidancefiles
lockout 10
redir_exclusions
version 2024042200
@All
One does not have to be logged onto the moodle GUI to update/upgrade.
php admin/cli/maintenance.php --enable
puts site in maintenance mode
php admin/cli/upgrade.php
After that completes one can turn off maint mode:
php admin/cli/maintenance.php --disable
'SoS', Ken