Skip to content

Commit

Permalink
Add essential special pages to * (#4631)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmehus committed Apr 25, 2022
1 parent 4108adb commit 6d7cfa1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion LocalSettings.php
Expand Up @@ -2298,8 +2298,10 @@
'autocreateaccount' => true,
'read' => true,
'oathauth-enable' => true,
'editmyprivateinfo' => true,
'viewmyprivateinfo' => true,
'editmyoptions' => true,
'editmyprivateinfo' => true,
'editmywatchlist' => true,
'writeapi' => true,
],
'checkuser' => [
Expand Down

0 comments on commit 6d7cfa1

Please sign in to comment.