Luis Felipe Schenone has submitted this change and it was merged.

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(-)

Approvals:
  Luis Felipe Schenone: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: I313f95828bc2f187a149bdb55e7a9367ed1856d3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LastUserLogin
Gerrit-Branch: master
Gerrit-Owner: Luis Felipe Schenone <[email protected]>
Gerrit-Reviewer: Luis Felipe Schenone <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to