Template:Team:VT Ensimag 2010-Biosecurity/Templates/main
From 2010.igem.org
- Disable reading by anonymous users
$wgGroupPermissions['*']['read'] = false;
- But allow them to access the login page or else there will be no way to log in!
- NOTE: You also need to provide access here to the .css and .js files that the
- allowed pages attempt to load; otherwise, users will get errors on the page
- when they attempt to load it (IE will complain about the errors;
- FF will show them in its error console)
- [You also might want to add access to "Main Page", "Wikipedia:Help", etc.)
$wgWhitelistRead = array ("Special:Userlogin", "MediaWiki:Common.css", "MediaWiki:Common.js", "MediaWiki:Monobook.css", "MediaWiki:Monobook.js", "-");
- Disable anonymous editing
$wgGroupPermissions['*']['edit'] = false;
- Prevent new user registrations except by sysops
$wgGroupPermissions['*']['createaccount'] = false
{{{1}}}
|
{{{content}}} |