Luis Felipe Schenone has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/198745

Change subject: Fixed the README and added .gitignore
......................................................................

Fixed the README and added .gitignore

Change-Id: I313f95828bc2f187a149bdb55e7a9367ed1856d3
---
A .gitignore
M README
2 files changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/LastUserLogin 
refs/changes/45/198745/1

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..496ee2c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.DS_Store
\ No newline at end of file
diff --git a/README b/README
index cd81425..e501244 100644
--- a/README
+++ b/README
@@ -10,6 +10,6 @@
 
 Usage
 -----
-Once installed, simply visit Special:LastUserLogin to see the times at which 
each user last logged in. Only users with the 'userlogin' 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:
+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;
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/198745
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I313f95828bc2f187a149bdb55e7a9367ed1856d3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LastUserLogin
Gerrit-Branch: master
Gerrit-Owner: Luis Felipe Schenone <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to