From 5fe7200a7ff7360b33e7c762f1406bcb4c9b6a5c Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 17 May 2012 00:57:43 +0200 Subject: update documentation of oc_user::checkpassword --- lib/user/example.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/user/example.php') diff --git a/lib/user/example.php b/lib/user/example.php index 7481014de77..b6a2091b685 100644 --- a/lib/user/example.php +++ b/lib/user/example.php @@ -66,9 +66,10 @@ abstract class OC_User_Example extends OC_User_Backend { * @brief Check if the password is correct * @param $uid The username * @param $password The password - * @returns true/false + * @returns string * * Check if the password is correct without logging in the user + * returns the user id or false */ public function checkPassword($uid, $password){ return OC_USER_BACKEND_NOT_IMPLEMENTED; -- cgit v1.2.3