21    protected \ilDBInterface 
$db;
 
   30        $this->db->manipulate(
"UPDATE usr_data " .
 
   31            "SET active=" . $this->db->quote(0, 
"integer") .
 
   32            ",auth_mode=" . $this->db->quote(
"local", 
"text") .
 
   33            ",passwd_enc_type=" . $this->db->quote(
"bcryptphp", 
"text") .
 
   34            ",passwd=" . $this->db->quote(
"dummy", 
"text") .
 
   36            "WHERE auth_mode=" . $this->db->quote(
"radius", 
"text"));
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
prepare(\ilDBInterface $db)
Prepare the execution of the steps.
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...