-
Notifications
You must be signed in to change notification settings - Fork 0
Github mirror of MediaWiki extension LastUserLogin - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing
License
wikimedia/mediawiki-extensions-LastUserLogin
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
LastUserLogin ============= LastUserLogin is a MediaWiki extension that adds a special to see the time at which each user last logged in. Installation ------------ To install the extension, simply copy the files to your extensions/ directory and add the following line to your LocalSettings.php: require_once "$IP/extensions/LastUserLogin/LastUserLogin.php"; Usage ----- Once installed, visit Special:LastUserLogin to see the times at which each user last logged in. Only users with the 'lastlogin' right can view the special pages and by default only admins (sysops) are given the right. To give the right to other user groups (for example the 'bureaucrat' group) simply add the following to your LocalSettings.php: $wgGroupPermissions['bureaucrat']['lastlogin'] = true;
About
Github mirror of MediaWiki extension LastUserLogin - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing
Resources
License
Code of conduct
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published