permissions for a single user
I've given "View management screen" permissions to authenticated users and I want to create for a specific user a sub-folder where he can create instances of zope products (Intranet site). How can I assign specific permissions to specific users? Regards, Fernando
Review the permissions for a Manager and see if they are OK for you user. Is so, give her a Manager's role at login. Alternatively, you can add a special role, say "wheel" and assign appropriate permissions. Set the permissions you want in the security tab at the root of your account. If you want them to apply to only a subpart of the site, you can add them at an interior node. If there's only one thing, you may be able to use the proxy mechanism. On Mon, 31 Jan 2005, Fernando Martins wrote:
I've given "View management screen" permissions to authenticated users and I want to create for a specific user a sub-folder where he can create instances of zope products (Intranet site).
How can I assign specific permissions to specific users?
Regards, Fernando
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Use the "local roles" facility on the security tab. On Sun, 2005-01-30 at 18:14, Fernando Martins wrote:
I've given "View management screen" permissions to authenticated users and I want to create for a specific user a sub-folder where he can create instances of zope products (Intranet site).
How can I assign specific permissions to specific users?
Regards, Fernando
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Isn't anonymous an authenticated user even though the default rights are usually view only? Thomas On Sun, 2005-01-30 at 18:34, Chris McDonough wrote:
Use the "local roles" facility on the security tab.
On Sun, 2005-01-30 at 18:14, Fernando Martins wrote:
I've given "View management screen" permissions to authenticated users and I want to create for a specific user a sub-folder where he can create instances of zope products (Intranet site).
How can I assign specific permissions to specific users?
Regards, Fernando
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Thomas Bennett wrote:
Isn't anonymous an authenticated user even though the default rights are usually view only?
No, only users that have authenticated will ever have the authenticated role. That's its only purpose ;-) Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (5)
-
Chris McDonough -
Chris Withers -
Dennis Allison -
Fernando Martins -
Thomas Bennett