This commit is contained in:
Arthur Schiwon 2013-09-24 14:12:44 +02:00
parent 0a7ee7c3f7
commit 63324e2347
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ class OC_User {
* @brief Check if the password is correct * @brief Check if the password is correct
* @param string $uid The username * @param string $uid The username
* @param string $password The password * @param string $password The password
* @return bool * @return mixed user id a string on success, false otherwise
* *
* Check if the password is correct without logging in the user * Check if the password is correct without logging in the user
* returns the user id or false * returns the user id or false