I am getting the following error
Permission error
You do not have permission to review and accept accounts, for the following reason:
You are not allowed to execute the action you have requested.
I have the following set in my "LocalSettings.php" file:
require_once "$IP/extensions/ConfirmAccount/ConfirmAccount.php";
$wgMakeUserPageFromBio = false;
$wgAutoWelcomeNewUsers = true;
$wgConfirmAccountRequestFormItems = [
'UserName' => [ 'enabled' => true ],
'RealName' => [ 'enabled' => true ],
'Biography' => [ 'enabled' => false, 'minWords' => 50 ],
'AreasOfInterest' => [ 'enabled' => false ],
'CV' => [ 'enabled' => false ],
'Notes' => [ 'enabled' => true ],
'Links' => [ 'enabled' => false ],
'TermsOfService' => [ 'enabled' => false ],
];
$wgConfirmAccountContact = 'webmaster@xxxxxxx.com';
$wgGroupPermissions['bureaucrat']['confirmaccount-notify'] = true;
$wgGroupPermissions['bureaucrat']['confirmaccount'] = true;
Installed software
Product | Version |
---|---|
MediaWiki | 1.31.8 |
PHP | 7.3.18 (cgi-fcgi) |
MySQL | 5.7.30-log |
ICU | 55.1 |
BlueSpice (Credits) | 3.1.8 |
Lua | 5.1.5 |