Topic on Extension talk:ConfirmAccount

Boyoss (talkcontribs)

Hi thank you for this extension

i've set up my wiki to be private, but when one whants to requestAccount, it says you are not loggedin

So it has to be logged in to requestaccount!!


please help

thanks

Mainframe98 (talkcontribs)

You'll probably need to add the special page to $wgWhitelistRead in LocalSettings.php:

$wgWhitelistRead = [
    'Special:RequestAccount'
];