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)" ),
|
||||
'realname' => $userInfos->username,
|
||||
'email' => $userInfos->email,
|
||||
'remoteUserId' => $userInfos->id,
|
||||
];
|
||||
} catch ( \Exception $e ) {
|
||||
return false;
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue