From 7416910367b5807ad14563473daa6d6e302d280d Mon Sep 17 00:00:00 2001 From: niharika29 Date: Thu, 27 Apr 2017 20:18:02 +0000 Subject: [PATCH] Update documentation for "LoginNotifyEnableForPriv" Bug:T160094 Change-Id: I96ac5961ce220640b4a8028f270964f5e5f1527b --- README.md | 2 +- extension.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7576a6..87e26a5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The LoginNotify extension notifies you when someone logs into your account. It c "LoginNotifyCheckKnownIPs": true, "@doc": "Whether to trigger a notification after successful logins from unknown IPs.", "LoginNotifyEnableOnSuccess": true, - "@doc": "Enable notification for users with certain rights. To disable set to false", + "@doc": "Set different default notification preferences for different user groups. For user groups that have any of the user rights listed in this array, the preferences specified in Hooks:getOverridenOptions() are on by default.", "LoginNotifyEnableForPriv": [ "editinterface", "userrights" ], "@doc": "Override this to use a different secret than $wgSecretKey", "LoginNotifySecretKey": null, diff --git a/extension.json b/extension.json index 421454f..b4a910e 100644 --- a/extension.json +++ b/extension.json @@ -68,7 +68,7 @@ "LoginNotifyCheckKnownIPs": true, "@docLoginNotifyEnableOnSuccess": "Whether to trigger a notification after successful logins from unknown IPs.", "LoginNotifyEnableOnSuccess": true, - "@docLoginNotifyEnableForPriv": "Enable notification for users with certain rights. To disable set to false", + "@docLoginNotifyEnableForPriv": "Set different default notification preferences for different user groups. For user groups that have any of the user rights listed in this array, the preferences specified in Hooks:getOverridenOptions() are on by default.", "LoginNotifyEnableForPriv": [ "editinterface", "userrights" ], "@docLoginNotifySecretKey": "Override this to use a different secret than $wgSecretKey", "LoginNotifySecretKey": null,