Manual:$wgAuthManagerConfig
認証: $wgAuthManagerConfig | |
---|---|
認証プロバイダー構成の手動オーバーライド |
|
導入されたバージョン: | 1.27.0 (Gerrit change 195297; git #d245bd25) |
除去されたバージョン: | 使用中 |
許容される値: | ($wgAuthManagerAutoConfig と同じか、その変数にフォールバックする場合は null) |
既定値: | null |
その他の設定: アルファベット順 | 機能順 |
この設定は、$wgAuthManagerAutoConfig
をオーバーライドします。
これはサイトの構成にのみ使用する必要があり、拡張機能は代わりにその設定を使用する必要があります。
It is intended to allow secure override of the default authentication configuration without having to worry extensions resetting it when they manipulate the setting in some hook.
ほとんどのサイトでは、これを使用する必要はありません。
通常、既定値のままで問題ありません。