"Memberlist" should display for all type of users

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.
2/5/2009 12:07:44 AM
Gravatar
Total Posts 40

"Memberlist" should display for all type of users

Hi All,

 

I need an answer for i.e., Can I have "Memberlist" for all type of users?

I mean, the users who registered their account in our application,should be able to see the "List of Members".

Right now, admin and content admin users are getting that "Memberlist" -option,where others are not.

I want to display "List of Members" for all Authenticatedusers.

Can i get that?

 

Thanks In Advance,

YamunaRani

2/5/2009 5:29:21 AM
Gravatar
Total Posts 18439

Re: "Memberlist" should display for all type of users

Hi Yamuna,

By default the member list is visible to all authenticated users, that mean the user must be signed into the site to see the member list.

This setting in Web.config controls it:

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

if you want user who are not signed into the site to be able to see it then change it to:

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

ideally if you change this you should put the change in user.config so you won't lose this change when you upgrade later and get a enw Web.config

See Web.config Guide for more information about using auser.config file.

Hope it helps,

Joe

10/22/2011 1:09:37 PM
Gravatar
Total Posts 87

Re: "Memberlist" should display for all type of users

Hi,

I have strange thing on mojoportal version "2.3.6.7 MySQL". Memberlist is accessible for anonymous users. I did not found setting described above in my web.config but tryed to restrict to admins in user.copnfig. But have no luck. Strange thing that on my testbox it works fine and redirects anonymous users to default page... So problem is in settings, but have no clue where it should be.

Any ideas?

Regards,

Victor

10/23/2011 7:16:21 AM
Gravatar
Total Posts 18439

Re: "Memberlist" should display for all type of users

It used to be based on that web.config setting a long time ago, but now it is controlled from Administration > Site Settings > Security > Permissions > Roles that can view member list

Hope that helps,

Joe

10/23/2011 2:59:56 PM
Gravatar
Total Posts 87

Re: "Memberlist" should display for all type of users

Hi,

it worked great,

Thank you

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