SemanticMediaWiki / SemanticSignup

Allows adding additional fields to the user registration form, which get placed on the new users' user page, as well as stored semantically.
https://www.mediawiki.org/wiki/Extension:SemanticSignup
Other
6 stars 3 forks source link

Allow uploading files #24

Open kghbln opened 9 years ago

kghbln commented 9 years ago

This is only possible with $wgGroupPermissions['*']['upload'] = true; set in LocalSettings.php which should rather be avoided. So allowing new people to upload e.g. a profile photo or some resumee or CV only during the registration process will indeed be a nice feature.

kghbln commented 9 years ago

Uploading malicious files should not be possible or is deliberately allowed: https://github.com/SemanticMediaWiki/SemanticSignup/issues/20#issuecomment-74141895