Topic on Project talk:Support desk/Archive

No My Watchlist showing up for non admin user

2
Tips luo (talkcontribs)

I am struggling in letting the non admin users to see and manage their watchlists.

If I log on with non admin users, I can see only two buttons on the upper right corner, one is the username and another is Log out. There is no My Watchlist and other buttons. If I click the username, it will display a page showing Permission Error. Accessing https://puls.calamp.com/wiki/special:watchlist directly also display Permission Error.

Admin users don't have this issue.

How can I fix the problem? Thanks.

MarkAHershberger (talkcontribs)

What are the settings for wgGroupPermissions?

If you add

 $wgGroupPermissions['user']['editmywatchlist']= true;

to your LocalSettings.php does that help?