]> git.donarmstrong.com Git - roundcube.git/blobdiff - plugins/http_authentication/http_authentication.php
Imported Upstream version 0.5.2+dfsg
[roundcube.git] / plugins / http_authentication / http_authentication.php
index a8003cf463f9a5be6a3d770327efa2fe2fa76a93..6da6488a003ac364de4ad30ed9726d5ce07c2d30 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Make use of an existing HTTP authentication and perform login with the existing user credentials
  *
- * @version 1.1
+ * @version 1.2
  * @author Thomas Bruederli
  */
 class http_authentication extends rcube_plugin
@@ -36,6 +36,7 @@ class http_authentication extends rcube_plugin
     }
     
     $args['cookiecheck'] = false;
+    $args['valid'] = true;
   
     return $args;
   }