]> source.dussan.org Git - nextcloud-server.git/commitdiff
Clarify comment
authorLukas Reschke <lukas@statuscode.ch>
Sat, 24 May 2014 08:24:42 +0000 (10:24 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Sat, 24 May 2014 08:24:42 +0000 (10:24 +0200)
lib/base.php

index 9441749f1dd4339323de4809dc1acf89ab372f45..6206ebebe9385f1b56e10c1d0138fa1c9398bad7 100644 (file)
@@ -886,7 +886,7 @@ class OC {
 
                if(OC_User::userExists($_COOKIE['oc_username'])) {
                        self::cleanupLoginTokens($_COOKIE['oc_username']);
-                       // confirm credentials in cookie
+                       // verify whether the supplied "remember me" token was valid
                        $granted = OC_User::loginWithCookie(
                                $_COOKIE['oc_username'], $_COOKIE['oc_token']);
                        if($granted === true) {