diff --git a/hosts/vm/mediakiwi/WSONoteKfetAuth/src/NoteKfetAuth.php b/hosts/vm/mediakiwi/WSONoteKfetAuth/src/NoteKfetAuth.php index 5f71d86..4a04205 100644 --- a/hosts/vm/mediakiwi/WSONoteKfetAuth/src/NoteKfetAuth.php +++ b/hosts/vm/mediakiwi/WSONoteKfetAuth/src/NoteKfetAuth.php @@ -90,6 +90,7 @@ class NoteKfetAuth extends AuthProvider { 'name' => $this->sanitizeName( "$userInfos->normalized_name (note)" ), 'realname' => $userInfos->username, 'email' => $userInfos->email, + 'remoteUserId' => $userInfos->id, ]; } catch ( \Exception $e ) { return false; diff --git a/hosts/vm/mediakiwi/mediawiki.nix b/hosts/vm/mediakiwi/mediawiki.nix index 8ec87d1..acf8cad 100644 --- a/hosts/vm/mediakiwi/mediawiki.nix +++ b/hosts/vm/mediakiwi/mediawiki.nix @@ -268,8 +268,8 @@ in }; WSOAuth = pkgs.fetchFromGitHub { name = "WSOAuth"; - owner = "wikimedia"; - repo = "mediawiki-extensions-WSOAuth"; + owner = "pyjacpp"; + repo = "WSOAuth"; rev = "REL" + major + "_" + minor; # Le SHA doit être changé à chaque nouveau commit de traduction. # Pas de meilleure solution à ma connaissance pour suivre les releases.