Using latest of everything (I think)
MediaWiki 1.9.3, PHP 5.2.1, MySQL 5.0.27, MS Server 2003 SP2 (patched today)
I've locked down a wiki to allow only logged in users for almost all functions, but would like to allow a new user to self register (subject to "approved" status via email as facilitated by the Rob Churh (THANKS!) extension NewUserNotif. The user can go in and create a new user login, but when they go to confirm the email address, the following error is shown:
---------------------------------------------------------------------------- ---- Permission error
From MIXNET
Jump to: navigation, search The action you have requested is limited to users in one of the groups "Sysops", "approved". Return to Main Page. ---------------------------------------------------------------------------- ----
My privileges are set as:
# Implicit group for all visitors $wgGroupPermissions['*']['createaccount'] = true; $wgGroupPermissions['*']['read'] = false; $wgGroupPermissions['*']['edit'] = false; $wgGroupPermissions['*']['createpage'] = false; $wgGroupPermissions['*']['createtalk'] = false;
I've already tried adding "Special:Confirmemail" to $wgWhitelistRead
$wgWhitelistRead = array( "Main Page", "Special:Userlogin","Special:Confirmemail", "-", "MediaWiki:montcopa.css" )
Any suggestions?
Jack D. Pond CIO, Montgomery County, PA (610)278-5200
"Hear and you forget; see and you remember; do and you understand." Confucius
mediawiki-l@lists.wikimedia.org