Manual:$wgExternalAuthType/fr
Cette fonctionnalité a été supprimée entièrement dans la version 1.22.0. |
Authentification: $wgExternalAuthType | |
---|---|
Use some particular type of external authentication. |
|
Introduit dans la version : | 1.16.0 (r53497) |
Retiré dans la version : | 1.22.0 (Gerrit change 54900; git #36cade5f) |
Valeurs autorisées : | (string) or null |
Valeur par défaut : | null |
Autres paramètres : Alphabétique | Par fonction |
Détails
Use some particular type of external authentication.
The specific authentication module you use will normally require some extra settings to be specified in $wgExternalAuthConfig
.
null indicates no external authentication is to be used.
Otherwise, $wgExternalAuthType
must be the name of a non-abstract class that extends ExternalUser
.
Core authentication modules can be found in includes/extauth/
.