Розширення:EditAccount
Увага: Це потужний розширення, який потенційно небезпечний в неправильних руках або якщо неправильно налаштований. Перед тим як використовувати цей розширення, переконайтеся, що ви розумієте ризики, які є в ньому.
Users with access to this extension can change another user's email address and password, effectively allowing them to take over that account. They can also disable user accounts indefinitely – a change that cannot be reversed through any extension or special page. Therefore, do not grant a user access to this extension unless you completely trust the user not to misuse it. It is recommended to limit access to users with bureaucrat or higher permission levels. |
Статус релізу: стабільний |
|
|---|---|
| Реалізація | Спеціальна сторінка |
| Опис | Дозволяє редагувати дані облікового запису або відключати обліковий запис |
| Автор(и) | Łukasz Garczewski, Jack Phoenix |
| Обслуговувач(і) | WikiTeq team |
| Найновіша версія | 1.3.4 (2022-12-13) |
| Політика сумісності | Для кожного релізу MediaWiki, який є релізом довгої підтримки (LTS), є відповідна гілка в розширені. |
| MediaWiki | 1.35-1.39 |
|
editaccount |
|
| License | GNU General Public License 2.0 or later |
| Завантажити | |
| Перекладіть розширення EditAccount, якщо воно доступне у translatewiki.net | |
| Проблеми | Відкриті проблеми · Повідомити про помилку |
Добуток на EditAccount має дві основні цілі. 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.
Ефекти
Зміна пароля
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.
Встановлення
- Завантажте і розмістіть файли в каталозі з назвою
EditAccountу вашійextensions/папці.
Розробники та автори коду повинні замість цього встановити розширення з Git, використовуючи:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/EditAccount
- Додайте такий код унизу вашого файлу LocalSettings.php:
wfLoadExtension( 'EditAccount' );
- Configure user group and user right at your convenience.
Готово – Перейдіть до Special:Version вашої вікі, щоб переконатися, що розширення встановлено успішно.
Конфігурація
По замовчуванням, всі групи користувачів мають право закривати власні облікові записи. 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. If needed, this log can be set to private.
- Приклад записів журналу
* 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
Схожі розширення
- Відключити обліковий запис - Дозволяє адміністраторам відключити окремі рахунки.
- UserMerge - Дозволяє злиття та видалення акаунтів користувачів.
- UserManager - Дозволяє адмініструвати користувачів.
| Це розширення включено до таких вікі-ферм/хостів та/або пакетів: |
- Extensions by WikiTeq/uk
- Extensions that are potentially dangerous/uk
- Stable extensions/uk
- Special page extensions/uk
- Extensions which add rights/uk
- GPL licensed extensions/uk
- Extensions in Wikimedia version control/uk
- All extensions/uk
- Extensions included in Canasta/uk
- Extensions included in MyWikis/uk
- Extensions included in ProWiki/uk
- Extensions included in semantic::core/uk
- User access extensions/uk
