Manual:$wgAuthManagerConfig
Authentication: $wgAuthManagerConfig | |
---|---|
Manual override for authentication provider configuration |
|
Introduced in version: | 1.27.0 (Gerrit change 195297; git #d245bd25) |
Removed in version: | Still in use |
Allowed values: | (same as $wgAuthManagerAutoConfig , or null to fall back to that variable) |
Default value: | null |
Other settings: Alphabetical | By function |
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.