https://bugzilla.wikimedia.org/show_bug.cgi?id=46902

--- Comment #12 from Sam Reed (reedy) <[email protected]> ---
(In reply to comment #6)
> > (does CentralAuth need 'createaccount' and/or 'centralauth-merge' to create
> > the
> > local account during login?)
> 
> Yes, those will be needed.

'centralauth-merge' is easy

It would look like from the code that 'createaccount' isn't needed if we have
'centralauth-autoaccount' for *

    public function autoCreate() {
        global $wgGroupPermissions;
        // Yes unless account creation is restricted on this wiki
        return !empty( $wgGroupPermissions['*']['createaccount'] )
            || !empty( $wgGroupPermissions['*']['centralauth-autoaccount'] );
    }


Adding createaccount is going to show the registration stuff...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to