<![CDATA[ Can ModX do this? - My Forums]]> https://forums.modx.com/thread/?thread=26727 <![CDATA[Re: Can ModX do this?]]> https://forums.modx.com/thread/26727/can-modx-do-this#dis-post-473907
You could use extended fields with the user profile to give each user a specific page to land on with personal/specific information.

If you need general special pages for logged in members, you'll want to leverage Resource Groups. A sit down with MODX permissions/security would be a good start. Develop your specific user and resource groups and once your users are logged in, only show those resources that are attached to the resource group they belong to. The resources you place in specific resource groups that have access permissions set to specific user groups will only show those pages to users in the specific resource group.

Generally when you redirect after login, you can then show the users the pages they have access to when they're logged in with resource groups.

Permissions can be tricky, so it might help to review the security/permissions information in the documentation http://rtfm.modx.com/display/revolution20/Security as well as at Bob's Guides http://bobsguides.com.

More resources:
http://modxpo.eu/2012/schedule/sessions/modx-revolution-security-permissions-system
http://lithiumlab.com/modx/revo_permissions.html
http://jgulledge.wordpress.com/2010/07/31/learning-modx-tutorial-2-permissions/
https://vimeo.com/13785684




]]>
frogabog Aug 03, 2013, 12:13 AM https://forums.modx.com/thread/26727/can-modx-do-this#dis-post-473907
<![CDATA[Re: Can ModX do this?]]> https://forums.modx.com/thread/26727/can-modx-do-this#dis-post-473900 Quote from: zoobaweb at Jan 23, 2013, 07:32 AM
Hello,
I'm looking to do the same, wondering if you can help me please.

Modx Revo 2.2.0

Setup the basic login plugin etc works fine.

Just need to add new users now with different content for each. So basically how do I set their login home page to be different?

On the login page I've specified loginResourceID so it's always going to the same page. It needs to go to different pages for different users.

Hope this makes sense,
Any help would be greatly appriecated.

Thanks
Jordan

Hey Jordan!

I'm looking forward to do the same as you so i wanted to know if you reached how to solve that!!

thanks
Edu,]]>
edu.hoyos92 Aug 02, 2013, 10:34 PM https://forums.modx.com/thread/26727/can-modx-do-this#dis-post-473900
<![CDATA[Re: Can ModX do this?]]> https://forums.modx.com/thread/26727/can-modx-do-this#dis-post-451709 I'm looking to do the same, wondering if you can help me please.

Modx Revo 2.2.0

Setup the basic login plugin etc works fine.

Just need to add new users now with different content for each. So basically how do I set their login home page to be different?

On the login page I've specified loginResourceID so it's always going to the same page. It needs to go to different pages for different users.

Hope this makes sense,
Any help would be greatly appriecated.

Thanks
Jordan]]>
zoobaweb Jan 23, 2013, 07:32 AM https://forums.modx.com/thread/26727/can-modx-do-this#dis-post-451709
<![CDATA[Re: Can ModX do this?]]> https://forums.modx.com/thread/26727/can-modx-do-this#dis-post-137393
1. Go to the Security menu, then Web Permissions. Create web groups and document groups for each person, and connect them (there are three tabs here for doing this).

2. Create a resource (document) for each person, and assign the documents to the relevant document groups.

3. Create the web users and assign them to their groups. You can also set their login home page to be their page (using the resource ID of their page).


Of course, you could also use just one page and have a snippet with custom PHP to load the material for the given user, based on the values in his SESSION. But that’s another matter altogether. Unless you plan to have hundreds of viewers, the basic MODx security model should work fine for you.



]]>
sottwell Mar 24, 2010, 06:32 AM https://forums.modx.com/thread/26727/can-modx-do-this#dis-post-137393
<![CDATA[Can ModX do this?]]> https://forums.modx.com/thread/26727/can-modx-do-this#dis-post-137392 zackgemmell Mar 23, 2010, 03:14 PM https://forums.modx.com/thread/26727/can-modx-do-this#dis-post-137392