mirror of https://gitlab.crans.org/nounous/nixos
fix: use note id instead
parent
42e9125152
commit
a4b467362d
|
|
@ -90,6 +90,7 @@ class NoteKfetAuth extends AuthProvider {
|
||||||
'name' => $this->sanitizeName( "$userInfos->normalized_name (note)" ),
|
'name' => $this->sanitizeName( "$userInfos->normalized_name (note)" ),
|
||||||
'realname' => $userInfos->username,
|
'realname' => $userInfos->username,
|
||||||
'email' => $userInfos->email,
|
'email' => $userInfos->email,
|
||||||
|
'remoteUserId' => $userInfos->id,
|
||||||
];
|
];
|
||||||
} catch ( \Exception $e ) {
|
} catch ( \Exception $e ) {
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
|
|
@ -268,8 +268,8 @@ in
|
||||||
};
|
};
|
||||||
WSOAuth = pkgs.fetchFromGitHub {
|
WSOAuth = pkgs.fetchFromGitHub {
|
||||||
name = "WSOAuth";
|
name = "WSOAuth";
|
||||||
owner = "wikimedia";
|
owner = "pyjacpp";
|
||||||
repo = "mediawiki-extensions-WSOAuth";
|
repo = "WSOAuth";
|
||||||
rev = "REL" + major + "_" + minor;
|
rev = "REL" + major + "_" + minor;
|
||||||
# Le SHA doit être changé à chaque nouveau commit de traduction.
|
# Le SHA doit être changé à chaque nouveau commit de traduction.
|
||||||
# Pas de meilleure solution à ma connaissance pour suivre les releases.
|
# Pas de meilleure solution à ma connaissance pour suivre les releases.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue