Hide the Member List

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
12/15/2011 11:55:38 AM
Gravatar
Total Posts 2

Hide the Member List

I do not want Authenticated Users to see the Member List.  How do I make this happen.

12/15/2011 12:14:51 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Hide the Member List

Add the following key to your user.config:

<add key="RolesThatCanViewMemberList" value="" />

If you want to turn member list view back on for authenticated users (the default), you can remove the key or change it to this:

<add key="RolesThatCanViewMemberList" value="Authenticated Users" />

After changing user.config, remember to touch web.config to restart the application and read the new value.

12/15/2011 12:38:53 PM
Gravatar
Total Posts 18439

Re: Hide the Member List

This is in site settings now under Security > Permissions

Best,

Joe

12/15/2011 12:52:54 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Hide the Member List

Thanks Joe. I couldn't find that in a site search. If you can give me access to edit the Roles and Permissions page, I'll add that and the other miscellaneous role permissions along with a brief description of them.

Jamie

12/15/2011 3:29:18 PM
Gravatar
Total Posts 18439

Re: Hide the Member List

Hi Jamie,

You should already have edit access on that page.

Best,

Joe

12/15/2011 3:45:23 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Hide the Member List

Hey Joe, I looked a little deeper into this. I have edit access to the page, but for some reason the edit and settings links aren't showing for that HTML instance. I built my own editing URL to that instance, and it is allowing me into the editor to make changes, so it seems to be some kind of cosmetic issue of not showing the edit/settings links.

I'll take a quick sweep through the documentation tree and see if I can find any other places like this.

Jamie

12/15/2011 3:52:46 PM
Gravatar
Total Posts 18439

Re: Hide the Member List

I think I just fixed that one, it had Admins as the only edit role on the module instance. There may be others like that, let me know if you encounter any.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.