Topic on Project:Support desk

[RESOLVED] Enable Anonymous File Upload (v. 1.24.1)

4
204.209.209.130 (talkcontribs)

I'm working on a script to convert our old wiki to WikiMedia and it would be really handy to enable anonymous file uploads for it. Is it possible to enable anonymous file uploads? I've found examples of how to restrict logged in users to upload files to only certain groups, but nothing to enable them.

88.130.78.37 (talkcontribs)

Set

$wgGroupPermissions['*']['upload'] = true;
$wgGroupPermissions['*']['reupload'] = true;

in LocalSettings.php. If your wiki is publicly available, this will enable spammers to not only write about their junk, but to also upload photos of it. Just as a thought...

204.209.209.138 (talkcontribs)

Thanks! The wiki isn't publicly available and I plan on disabling anonymous uploads after the script has uploaded the documents from our old wiki.

This post was posted by 204.209.209.138, but signed as 204.209.209.130.

Reply to "[RESOLVED] Enable Anonymous File Upload (v. 1.24.1)"