Erweiterung:EditAccount
Warning: This is a powerful extension that is potentially dangerous in the wrong hands or if misconfigured. Before using this extension be sure to understand the risks involved.
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 Freigabestatus: stabil |
|
---|---|
Einbindung | Spezialseite |
Beschreibung | Ermöglicht das Bearbeiten von Kontodetails oder das Deaktivieren eines Kontos |
Autor(en) | Łukasz Garczewski, Jack Phoenix |
Betreuer | WikiTeq team |
Letzte Version | 1.3.4 (2022-12-13) |
Kompatibilitätspolitik | Für jede MediaWiki-Version, die ein Long Term Support Release ist, existiert ein entsprechender Zweig in der Erweiterung. |
MediaWiki | 1.35-1.39 |
Lizenz | GNU General Public License 2.0 oder neuer |
Herunterladen | |
editaccount |
|
Quarterly downloads | 32 (Ranked 100th) |
Übersetze die EditAccount-Erweiterung, wenn sie auf translatewiki.net verfügbar ist | |
Probleme | Offene Aufgaben · Einen Fehler melden |
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.
Effekte
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
- Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens
EditAccount
im Ordnerextensions/
ablegen.
Entwickler und Code-Beitragende sollten stattdessen die Erweiterung von Git installieren, mit:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/EditAccount - Folgenden Code am Ende deiner LocalSettings.php -Datei einfügen:
wfLoadExtension( 'EditAccount' );
- Configure user group and user right at your convenience.
- Erledigt – Navigiere zu Special:Version in deinem Wiki, um zu überprüfen, ob die Erweiterung erfolgreich installiert wurde.
Konfiguration
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;
Protokollierung
Use of the special pages "CloseAccount" and "EditAccount" is logged at Special:Log/editaccnt. If needed, this log can be set to private.
- Beispiel-Protokolleinträge
* 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
Ähnliche Erweiterungen
- DisableAccount - Ermöglicht Administratoren das Deaktivieren einzelner Konten.
- UserMerge - Ermöglicht das Zusammenführen und Löschen von Benutzerkonten.
- UserManager - Allows to administrate users.
- Sudo - Ermöglicht die Anmeldung bei den Konten anderer Benutzer.
- PassEdit - Another extension doing basically the same thing.
Diese Erweiterung ist in den folgenden Softwarepaketen enthalten und/oder wird von den folgenden Wiki-Farmen, bzw. Wiki-Hostern verwendet: Dies ist keine maßgebliche Liste. Softwarepakete und/oder Wiki-Farmen, bzw. Wiki-Hoster nutzen diese Erweiterung ggf., obwohl sie nicht in dieser Liste enthalten sind. Prüfe daher stets die Nutzung im verwendeten Softwarepaket und/oder bei der Wiki-Farm, bzw. dem Wiki-Hoster. |
- Extensions by WikiTeq/de
- Extensions that are potentially dangerous/de
- Stable extensions/de
- Special page extensions/de
- GPL licensed extensions/de
- Extensions in Wikimedia version control/de
- Extensions which add rights/de
- All extensions/de
- Extensions included in Canasta/de
- Extensions included in semantic::core/de
- User access extensions/de