Managing users that don't show in 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.
7/10/2008 8:53:39 AM
Gravatar
Total Posts 43

Managing users that don't show in member list?

Hi,

Is it possible to allow the Admin role to see all users in the "Member List" page?

I have removed some users from the Member List and now can't find a way to use the mojoPortal front end to edit the details of the users that are now not showing, even though I am logged in as the administrator.

Thanks,

Kenny


7/10/2008 9:22:42 AM
Gravatar
Total Posts 43

Re: Managing users that don't show in member list?

I suppose the following in Web.Config / User.Config could be changed from:

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

to

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

where no-one but the Admin can see the member list. Though that's really working around the fact that there perhaps could be a "Site Administration -> Members" page that shows all members, regardless of the per-member "show in member list" setting.

Kenny

7/10/2008 1:21:40 PM
Gravatar
Total Posts 18439

Re: Managing users that don't show in member list?

Well, what really needs to happen is I need to implement a few more search options for admins so they can find users who aren't listed and so they can find users by registration date etc. Its on my to do list, just not sure how soon I'll get to it. Hopefully within the next few releases.

Best,

Joe

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