Extension:UserPageEditProtection/pl

Category:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
UserPageEditProtection
Status wydania: stabilneCategory:Stable extensions/pl
Realizacja Uprawnienia użytkownika Category:User rights extensions/pl
Opis Allows to restrict edit access to user pages
Autor(zy)
Ostatnia wersja 4.1.0 (2020-03-07)
MediaWiki 1.29+Category:Extensions with manual MediaWiki version
PHP 7.0+
Zmiany w bazie danych Nie
Licencja Licencja GNU General Public License 2.0 lub nowsza
Pobieranie Category:Extensions in Wikimedia version control/pl
README
CHANGELOG
$wgOnlyUserEditUserPage
Quarterly downloads 5 (Ranked 102nd)
Przetłumacz rozszerzenie UserPageEditProtection jeżeli jest dostępne na translatewiki.net
Category:All extensions/pl

The UserPageEditProtection extension restricts user page edit to the owner of the page and users assigned to groups that have user page edit access through $wgGroupPermissions. This effectively provides users with a group of protected pages, since this protection extends to any subpages of the user page (i.e., User:Hoggwild/sandbox1). Any user assigned to a group with view rights to user pages can read a user page, but only an authorized user may edit it. This extension has no effect on user talk pages.

Instalacja

  • Download i umieść plik(i) w katalogu o nazwie UserPageEditProtection w swoim katalogu extensions/.
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'UserPageEditProtection' );
    $wgOnlyUserEditUserPage = true;
    
  • Configure user permissions as required
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Konfiguracja

This extension comes with an extra user right called editalluserpages to allow fine-grained control. By default it is assigned to the "sysop" user group. To assign it to another user group, e.g., userpageeditor, add the following code to the "LocalSettings.php" file right after invoking this extension:

$wgGroupPermissions['userpageeditor']['editalluserpages'] = true;

You revoke permission for the "sysop" user group, for example, by adding the following line:

$wgGroupPermissions['sysop']['editalluserpages'] = false;

Zobacz też

Category:Edit extensions/pl Category:Page specific user rights extensions/pl
Category:All extensions/pl Category:Edit extensions/pl Category:Extensions in Wikimedia version control/pl Category:Extensions included in Miraheze/pl Category:Extensions included in WikiForge/pl Category:Extensions which add rights/pl Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/pl Category:GetUserPermissionsErrors extensions/pl Category:Page specific user rights extensions/pl Category:Stable extensions/pl Category:User rights extensions/pl