How do you set who is allowed to verify?
Sysops are allowed to verify:
In DefaultSettings.php: $wgGroupPermissions['sysop']['verify'] = true; $wgGroupPermissions['sysop']['unverify'] = true;
Of course this may be changed if needed, but I think this is usually the better solution.