From: umherirrender Date: Mon, 13 Aug 2012 07:29:44 +0000 (+0200) Subject: add 'passwortreset' right to list of available rights X-Git-Tag: 1.31.0-rc.0~22753^2 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=216af4534dc2ffbd40d0ac7e6050dafdc8f2164d;p=lhc%2Fweb%2Fwiklou.git add 'passwortreset' right to list of available rights Follow up bug 30636, now it should be shown and selectable on api (list=allusers&aurights=) and Special:GlobalGroupPermissions (from CentralAuth) Change-Id: Id09d144f523c1ed687bd766945dbf9281e1d38c6 --- diff --git a/includes/User.php b/includes/User.php index d2ebabb124..0511c98629 100644 --- a/includes/User.php +++ b/includes/User.php @@ -140,6 +140,7 @@ class User { 'nominornewtalk', 'noratelimit', 'override-export-depth', + 'passwordreset', 'patrol', 'protect', 'proxyunbannable',