Exemplo n.º 1
0
 public function setQuestion($question, $answer)
 {
     AuthUserData::updateSecurityQuestion($this->userData['userID'], $question, $answer);
     return true;
 }