Uwe Brauer schreef:
It would fit my needs much better if there where a blacklist in which I add the article not to be read anonymously.
$wgGroupPermissions['*']['read'] = true; $wgBlacklistNoRead = array(":ForbiddenArticle1");
Will there be such a feature in the future?\
There is the Blacklist extension [1], which implements this.
Roan Kattouw (Catrope)