ソースを参照

stackoverflow told me to

Brendan Abolivier 8 年 前
コミット
fd7b7bbd3c
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      auth.php

+ 1
- 1
auth.php ファイルの表示

@@ -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) {