Explorar el Código

stackoverflow told me to

Brendan Abolivier hace 8 años
padre
commit
fd7b7bbd3c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      auth.php

+ 1
- 1
auth.php Ver fichero

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