Education, Conferences and Postdocs: Difference between revisions
Jump to navigation
Jump to search
m Unprotected "Education, Conferences and Postdocs" |
No edit summary |
||
| Line 1: | Line 1: | ||
# Disable reading by anonymous users | |||
$wgGroupPermissions['*']['read'] = false; | |||
# Disable anonymous editing | |||
$wgGroupPermissions['*']['edit'] = false; | |||
# Prevent new user registrations except by sysops | |||
$wgGroupPermissions['*']['createaccount'] = false; | |||
go back to [[Main Page]] | go back to [[Main Page]] | ||
Revision as of 17:50, 15 November 2018
- Disable reading by anonymous users
$wgGroupPermissions['*']['read'] = false;
- Disable anonymous editing
$wgGroupPermissions['*']['edit'] = false;
- Prevent new user registrations except by sysops
$wgGroupPermissions['*']['createaccount'] = false; go back to Main Page