Extension:EditAccount/cs

Toto rozšíření je profesionálně spravováno týmem WikiTeq.
WikiTeq poskytuje oficiální podporu pouze pro verze MediaWiki LTS. Může fungovat s jinými verzemi MediaWiki.
Category:Extensions by WikiTeq/cs Category:Extensions that are potentially dangerous/cs#EditAccount/cs Category:GPL licensed extensions/cs
Příručka k rozšířením MediaWiki
EditAccount
Stav rozšíření: stabilníCategory:Stable extensions/cs
Implementace Speciální stránka Category:Special page extensions/cs
Popis Allows editing account details, or disabling an account
Autoři Łukasz Garczewski, Jack Phoenix
Správci WikiTeq team
Nejnovější verze 1.3.4 (2022-12-13)
Zásady kompatibility Pro každé vydání MediaWiki, které je vydáním dlouhodobé podpory, existuje v rozšíření odpovídající větev.
MediaWiki 1.35-1.39Category:Extensions with manual MediaWiki version
Licence GNU General Public License 2.0 nebo novější
Stáhnout Category:Extensions in Wikimedia version control/cs
Čtvrtletní stahování 19 (Ranked 77th)
Přeložte rozšíření EditAccount, používá-li lokalizaci z translatewiki.net
Problémy Otevřené úkoly · Nahlásit chybu
Category:All extensions/cs

The EditAccount extension has two main purposes. One is to change another user's password, real name, or email address. The second is to disable another user's account.

The special page may be limited to a certain user group, such as staff or bureaucrats.

Effects

Changing the password

Changing the password will automatically log out the user. Since the password is changed, access to their account can be prevented. This can be an alternative to disabling the user's account.

Disabling an account

Similar to the above, the user will be logged out immediately. Alongside that, the following will take effect:

  • The user's password will be scrambled, preventing them from logging in.
  • The user's email address will be removed, and the email authentication status will be also set to "not authenticated".
  • The user's real name will be "Account Disabled".

Note that the registration date and other preferences info will not be affected.

When viewing the contributions of a disabled user account, a note appears stating, "This account has been disabled." (View example).

All account edits are automatically logged.

Installation

  • Stáhněte soubor/y a vložte je do adresáře pojmenovaného EditAccount ve vaší složce extensions/.
    Vývojáři a přispěvatelé kódu by si místo toho měli nainstalovat rozšíření from Git pomocí:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/EditAccount
  • Na konec vašeho souboru LocalSettings.php přidejte následující kód:
    wfLoadExtension( 'EditAccount' );
    
  • Configure user group and user right at your convenience.
  • Yes Dokončeno – Přejděte na stránku Special:Version vaší wiki a zkontrolujte, zda bylo rozšíření úspěšně nainstalováno.

Configuration

By default, all user groups will only have permission to close their accounts. The user right "editaccount" will have to be set for an existing user group, e.g., "bureaucrat" or for a new user group to allow editing or closing all accounts:

$wgGroupPermissions['bureaucrat']['editaccount'] = true;
$wgGroupPermissions['editaccount']['editaccount'] = true;

Logging

Use of the special pages "CloseAccount" and "EditAccount" is logged at Special:Log/editaccnt. If needed, this log can be set to private.

Example log entries
* 04:41, March 18, 2011 WikiAdmin (Talk | contribs | block) disabled account User:Example user ‎ 
* 02:11, February 17, 2011 StaffMember (Talk | contribs | block) changed password for user User:Jimbo Wales
  • DisableAccount - Allows administrators to disable individual accounts.
  • UserMerge - Allows merging and deleting user accounts.
  • UserManager - Allows to administrate users.
  • Sudo - Allows logging into other user's accounts.
  • PassEdit - Another extension doing basically the same thing.
Category:User access extensions/cs
Category:All extensions/cs Category:Extensions by WikiTeq/cs Category:Extensions in Wikimedia version control/cs Category:Extensions included in Canasta/cs Category:Extensions included in MyWikis/cs Category:Extensions included in semantic::core/cs Category:Extensions that are potentially dangerous/cs Category:Extensions which add rights/cs Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/cs Category:Special page extensions/cs Category:Stable extensions/cs Category:User access extensions/cs