Erweiterung:LastUserLogin
![]() Freigabestatus: stabil |
|
---|---|
![]() |
|
Einbindung | Spezialseite , Benutzeraktivität |
Beschreibung | Displays the last time a user logged in |
Autor(en) | Justin G. Cramer, Danila Ulyanov, Thomas Klein |
Betreuer | Sophivorus |
Letzte Version | 1.6 (2021-02-04) |
MediaWiki | 1.29+ |
PHP | 5.5+ |
Lizenz | GNU General Public License 3.0 oder neuer |
Herunterladen | |
lastlogin |
|
Quarterly downloads | 37 (Ranked 133rd) |
Übersetze die LastUserLogin-Erweiterung, wenn sie auf translatewiki.net verfügbar ist | |
Probleme | Offene Aufgaben · Einen Fehler melden |
The LastUserLogin extension introduces a special page that displays a simple table of users and the last time they logged in.
This can be useful if your wiki is used as a knowledge base for outside personnel. If you have a requirement that they check the wiki prior to placing a call or email, LastUserLogin can be used to verify that this policy is being enforced.
Installation
- Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens
LastUserLogin
im Ordnerextensions/
ablegen. - Folgenden Code am Ende der
LocalSettings.php
einfügen:wfLoadExtension( 'LastUserLogin' );
- Erledigt – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.
Verwendung
Once installed, visit Special:LastUserLogin to see the times at which each user last logged in.
Die Erweiterung führt das 'lastlogin'-Recht ein, das benötigt wird, um die Spezialseite einzusehen, und standardmäßig nur Admins (Sysops) erteilt wird.
Technical details
The extension works by updating the user_touched column every time a user loads a page. This is done via the BeforeInitialize hook.
Siehe auch
Diese Erweiterung ist in den folgenden Paketen und/oder WikiFarmen beinhalten: This is not an authoritative list. Some wiki farms/hosts may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |