Manual:$wgImgAuthDetails
From MediaWiki.org
Uploads: $wgImgAuthDetails | |
---|---|
Display reason access to uploaded file was denied to users(img_auth only) |
|
Introduced in version: | 1.16.0 (r55800) |
Removed in version: | still in use |
Allowed values: | Boolean |
Default value: | false |
Other settings: Alphabetical | By Function
Details[edit | edit source]
This configuration variable is only applicable if you are using Image Authorization.
For security reasons, you usually don't want your users to know why access was denied, just that it was. When set to false (default), the denial screen is generic.
If you want to change this, you can set $wgImgAuthDetails to 'true' and MediaWiki will give the user the reason why access was denied.
References[edit | edit source]
- revision 55800 (03 September 2009)
- 1.16.0 change log