03-09-2012 01:40 AM
Hi,
I have a problem in nuxeo-5.3.1(JBoss).
Administrator can create users and groups in nuxeo.
Only administrator can login and access to nuxeo, other users should not login in nuxeo.
How to restrict other user login in nuxeo?
Can any one help me?
03-15-2012 07:50 AM
You can contribute a specific login module that will implement your own access rules (like checking if user is an administrator.
Documentation is here for your version: http://community.nuxeo.com/5.3/books/nuxeo-book/html/auth-users-groups.html#authentication-framework and you can take example on default login modules even if they're probably implementing more complicated logics than what you need to do.
03-09-2012 06:29 AM
Why don't you want users to log in Nuxeo whereas the Administrator creates their accounts into Nuxeo?
03-10-2012 03:28 AM
Hi,
03-15-2012 07:04 AM
The UIs you defined to expose features to users should not be used to manage security access to documents. You must set the right permissions on the documents to ensure a use have the wanted permissions on a given document, independently of the UI used.
If you need to store "common" documents, then you must describe more precisely your use case and probably store them somewhere else than in the default domain or workspace.
You can also use a specific HTTP configuration (in your HTTP server, ie. Apache) in order to forbid or restrict some URLs and redirect the users to the wanted URL (and its associated UI).
03-15-2012 07:50 AM
You can contribute a specific login module that will implement your own access rules (like checking if user is an administrator.
Documentation is here for your version: http://community.nuxeo.com/5.3/books/nuxeo-book/html/auth-users-groups.html#authentication-framework and you can take example on default login modules even if they're probably implementing more complicated logics than what you need to do.
03-20-2012 07:04 AM
Hi,
03-20-2012 08:23 AM
Look my answer here
03-23-2012 02:37 PM
Hi,
04-12-2012 03:31 AM
Hi bjalon, Julien Carsique & Anahide Tchertchian,
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.