Topic on Project:Support desk

Need to require login for people to use our Wiki

4
173.163.251.185 (talkcontribs)

How do I set up my wiki so that it requires login for people to view it? We are using it for our engineers and will be posting private customer information that we do not want people outside of organization to have access to. We want each of our engineers to have their own login.

Thanx.

Product

Version


MediaWiki

1.18.1


PHP

5.2.9 (apache)


MySQL

4.1.22-standard

88.130.122.221 (talkcontribs)

Hi,

to disable read access for anonymous users you must set this in LocalSettings.php:

# Disable reading by anonymous users
$wgGroupPermissions['*']['read'] = false;

For more details see Manual:Preventing access.

185.197.189.59 (talkcontribs)

This causes a redirect from the CreateAccount page to the Login page and the navigation menu is still visible.

This post was hidden by 87.123.3.19 (history)