uid; } /**********************************************************************\ * The 'auth' table. * \**********************************************************************/ public function setPassword($password) { if (!$this->canEdit()) return false; return $this->db->setPassword($this->uid, $password); } /**********************************************************************\ * The 'users' table. * \**********************************************************************/ }