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

       Web browser: ---
             Bug #: 35238
           Summary: Installer's "authorized editors only" does not allow
                    edit or createaccount rights to anons but allows
                    creating pages
           Product: MediaWiki
           Version: 1.19.0beta1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: Installation
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


The installer's "authorized editors only" setting only blockades the rights
"edit" or "createaccount", but the rights "createpage" and "createtalk" are
not. I think this setting should be falsified for the installer. So

Right now:
# The following permissions were set based on your choice in the installer
$wgGroupPermissions['*']['createaccount'] = false;
$wgGroupPermissions['*']['edit']          = false;

Should change to:
# The following permissions were set based on your choice in the installer
$wgGroupPermissions['*']['createaccount'] = false;
$wgGroupPermissions['*']['edit']          = false;
$wgGroupPermissions['*']['createpage']    = false;
$wgGroupPermissions['*']['createtalk']    = false;

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
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