mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-15 11:11:02 +00:00
Merge "Update documentation for "LoginNotifyEnableForPriv""
This commit is contained in:
commit
5398d347fe
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue