Manual:$wgExternalAuthType
Appearance
この機能は、バージョン 1.22.0 で完全に除去されました。 |
認証: $wgExternalAuthType | |
---|---|
Use some particular type of external authentication. |
|
導入されたバージョン: | 1.16.0 (r53497) |
除去されたバージョン: | 1.22.0 (Gerrit change 54900; git #36cade5f) |
許容される値: | (文字列) または null |
既定値: | null |
その他の設定: アルファベット順 | 機能順 |
詳細
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/
.