init pass done
This commit is contained in:
@@ -2231,7 +2231,7 @@ class Databap extends PhpObject
|
||||
return $this->getJsonPostResult($bSuccess, $sDesc);
|
||||
}
|
||||
|
||||
public function resetAllPass() //to be deleted in v1.0.1
|
||||
/*public function resetAllPass()
|
||||
{
|
||||
$asInfo = array('select'=>array(MySqlManager::getId(self::USER_TABLE, true), MySqlManager::getText(self::COMP_TABLE)),
|
||||
'from'=> self::USER_TABLE,
|
||||
@@ -2244,7 +2244,7 @@ class Databap extends PhpObject
|
||||
$this->oMySql->updateRow(self::USER_TABLE, $iUserId, array('pass'=>$sToken));
|
||||
}
|
||||
return 'OK';
|
||||
}
|
||||
}*/
|
||||
|
||||
private function getExternalAccessPass($iUserId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user