Handbuch:$wgAuthManagerConfig
Authentifizierung: $wgAuthManagerConfig | |
---|---|
Manual override for authentication provider configuration |
|
Eingeführt in Version: | 1.27.0 (Gerrit change 195297; git #d245bd25) |
Entfernt in Version: | Weiterhin vorhanden |
Erlaubte Werte: | (same as $wgAuthManagerAutoConfig , or null to fall back to that variable) |
Standardwert: | null |
Andere Einstellungen: Alphabetisch | Nach Funktion |
This setting overrides $wgAuthManagerAutoConfig
.
It should only be used for site configuration, extensions should use that setting instead.
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.
Most sites will not need to use this.
The defaults are usually fine.