Manual:$wgImgAuthDetails
Files and file 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
editThis 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.