Discussion:
PUR Users on Author instance
Jozef Chocholáček (via Magnolia Forums)
2014-10-22 08:56:31 UTC
Permalink
Hello everybody!

Is it possible (without massive rewriting and/or other black magic ;-), i.e. ideally just using some configuration) to store PUR users in some shared workspace, so I could:

1) manage them from the Author instance;
2) give some of them ("power users") access to the Admin Interface, so they could manage some kind of content?


Best regards,

Jozef
--
Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=c1ed6e8c-430f-460b-af1a-326410111132


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <user-list-***@magnolia-cms.com>
----------------------------------------------------------------
Yann Roth (via Magnolia Forums)
2014-10-22 09:00:51 UTC
Permalink
Wow, exactly what I would need now! Would appreciate a lot if this was possible!
regards
Yann
--
Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=c1ed6e8c-430f-460b-af1a-326410111132


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <user-list-***@magnolia-cms.com>
----------------------------------------------------------------
Edgar Vonk (via Magnolia Forums)
2014-10-23 08:24:36 UTC
Permalink
Yes, perfectly possible. If I understand you correctly. You need to do several things:
# Make sure the public users are stored in a separate new JCR workspace. E.g. publicusers. By default they are stored in the overall 'users' JCR workspace. Also make sure that the 'public users' subapp in the Magnolia 5 Security App (are we talking about Magnolia 5?) listens to this new workspace.
# Use Jackrabbit clustering to cluster this new JCR workspace between the public and author instance. See: http://documentation.magnolia-cms.com/display/DOCS/Clustering
# Give these users the correct permissions.

We do the 1st two things for one of our projects and this works very nicely indeed.
--
Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=c1ed6e8c-430f-460b-af1a-326410111132


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <user-list-***@magnolia-cms.com>
----------------------------------------------------------------
Loading...