Browse Source

stackoverflow told me to

Brendan Abolivier 8 years ago
parent
commit
fd7b7bbd3c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      auth.php

+ 1
- 1
auth.php View File

@@ -68,7 +68,7 @@ class auth_plugin_macaroons extends auth_plugin_base {
68 68
 				if($v->verify($m, "pocsecret")) {
69 69
 					$name = explode(";", $m->getIdentifier());
70 70
 					$username = join("", $name);
71
-					$user = authenticate_user_login($username, sesskey());
71
+					$user = authenticate_user_login($username, null);
72 72
 
73 73
 
74 74
 					if($user) {