User Management - User Groups

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
6/5/2013 4:45:52 AM
Gravatar
Total Posts 4

User Management - User Groups

I need to develop a solution that needs user groups i think.

In my solution there is resellers and they can register their resellers . Top seller can see every users and their all infos, a reseller can only see and manage only its users and their infos.

a group has own admin,editor and stadart user roles.
each user group admin manage its user group 

Is there any suggestion?

 

 

6/5/2013 11:17:11 AM
Gravatar
Total Posts 18439

Re: User Management - User Groups

mojoPortal is not designed to scratch every possible itch so if you have very specialized needs you may need to build your own thing rather than to expect what you need to be already in the box.

If I were trying to achieve something like that with mojoPortal I would think in terms of using multiple sites (perhaps by folder name) to separate the groups and then the top level resellers could just be the admins of the sites and as such they could manage users within the site. But I'm not sure how well that fits your need or whether you might be better off building something yourself that does exactly what you want.

Keep in mind that most of the mojoPortal features are designed for trusted users and are not something you should let strangers use as discussed on our About page in the section "What mojoPortal is NOT Designed for".

6/11/2013 6:17:27 AM
Gravatar
Total Posts 4

Re: User Management - User Groups

ok. thnks Joe.

I ll give a try to use sub domains and reporting over sites...

 

6/17/2013 3:33:40 AM
Gravatar
Total Posts 4

Re: User Management - User Groups

I tried with folder and domain name, also thats good to share users whole these sites but it does not fully fit.
 

Just out of the box

i have to try , doing my own user group system module which working with mojoportal user system .

thnks.

6/20/2013 2:57:38 PM
Gravatar
Total Posts 4

Re: User Management - User Groups

At the end...

mp_Users has many to many user_groups by user_usergroup table.
and user_groups has self referencing user_groups.

I have role "Group Manager"

Now copied Admin/ManageUsers.aspx and added groupid query string parameter.


Group Manager roles can add new user or manage in their group and its sub groups.
Add edit group and sub groups.

i worte so some one may want to do same.. 


i think mojo have role groups already and need change to move from text compare to id comparing methods.

regards.
 

6/20/2013 3:04:14 PM
Gravatar
Total Posts 18439

Re: User Management - User Groups

Ok, but just be aware now that you have forked the code to meet your needs you will never be able to upgrade to new versions of mojoPortal without losing your changes. I don't offer any support for forked versions.

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