Extension:EditAccount/ru
<translate> Warning:</translate> <translate> This is a powerful extension that is potentially dangerous in the wrong hands or if misconfigured.</translate> <translate> Before using this extension be sure to understand the risks involved.</translate>
Users with access to this extension can change a user's email address and password, which basically gives them the ability to take over another user's account. Additionally, users can indefinitely disable a user account which is not reversible via an extension or other special page. Therefore, do NOT grant a user access to this extension unless you 100% trust them not to abuse it. It is recommended to only grant access to bureaucrat or higher access levels. |
EditAccount Статус релиза: стабильно |
|
---|---|
File:editaccount.png | |
Реализация | Служебная страница |
Описание | Allows editing account details, or disabling an account |
Автор(ы) | Łukasz Garczewski, Jack Phoenix |
Поддерживающий(ие) | WikiTeq team |
Последняя версия | 1.3.4 (2022-12-13) |
Политика совместимости | В расширении есть соответствуюшая ветвь для каждого релиза MediaWiki, который является релизом долгосрочной поддержки (Long Term Support release). |
MediaWiki | 1.35-1.39 |
Лицензия | Лицензия не указана |
Скачать | |
editaccount |
|
Ежеквартальные загрузки | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Использование общедоступными вики | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Переведите расширение EditAccount, если оно доступно на translatewiki.net | |
Проблемы | Открытые задачи · Сообщить об ошибке |
У расширения EditAccount две основных цели. One is to change the password, real name, or email address of another user. The second is to disable the account of another user.
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, it can prevent access to their account. 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 set to "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.
Установка
- <translate> [[<tvar name=2>Special:ExtensionDistributor/EditAccount/ru</tvar>|Download]] and move the extracted <tvar name=name>
EditAccount/ru
</tvar> folder to your <tvar name=ext>extensions/
</tvar> directory.</translate>
<translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/EditAccount%2Fru - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'EditAccount/ru' );
- Configure user group and user right at your convenience.
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
Настройка
По умолчанию все группы участников будут иметь право закрывать только свою собственную учётную запись. 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;
Журналирование
Use of the special pages "CloseAccount" and "EditAccount" is logged at Special:Log/editaccnt. This log can be set to private if needed.
- Примеры записей журнала
* 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.
File:OOjs UI icon information-progressive.svg | <translate> This extension is included in the following wiki farms/hosts and/or packages:</translate>
<translate> This is not an authoritative list.</translate> <translate> Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here.</translate> <translate> Always check with your wiki farms/hosts or bundle to confirm.</translate> |
- Pages with script errors
- Pages with broken file links
- Extensions by WikiTeq/ru
- Extensions that are potentially dangerous/ru
- Stable extensions/ru
- Special page extensions/ru
- Extensions with manual MediaWiki version
- Extensions with no license specified/ru
- Extensions in Wikimedia version control/ru
- Extensions which add rights/ru
- All extensions/ru
- Extensions not in ExtensionJson
- User access extensions/ru