diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-09-16 14:15:35 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-09-24 13:46:30 +0200 |
commit | d101ff42f16ef7288b40666eba20c69621481ea4 (patch) | |
tree | e3183f924da88090feb88ff67e1af5060a0b9db6 /lib/public/user.php | |
parent | 40871bab88159d914cfab2dd938a2312ed8eb1c1 (diff) | |
download | nextcloud-server-d101ff42f16ef7288b40666eba20c69621481ea4.tar.gz nextcloud-server-d101ff42f16ef7288b40666eba20c69621481ea4.zip |
User: move checkPassword from User to Manager to not break API
Diffstat (limited to 'lib/public/user.php')
-rw-r--r-- | lib/public/user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/user.php b/lib/public/user.php index 23ff991642d..576a64d7048 100644 --- a/lib/public/user.php +++ b/lib/public/user.php @@ -102,7 +102,7 @@ class User { * @brief Check if the password is correct * @param $uid The username * @param $password The password - * @returns true/false + * @returns mixed username on success, false otherwise * * Check if the password is correct without logging in the user */ |