improving Security ZMI dialog
When Anonymous has a certain permission, all other roles have it as well. When Authenticated has a certain permission, all other roles except Anonymous have it as well. I think that permissions should not be "selectable" for those roles. Instead there would be an image icon meaning "selected and locked". Like this: Anonymous Authenticated Editor Manager Permission 1 [ ] [ ] [ ] [x] Permission 2 [ ] [x] * * Permission 3 [x] * * * ...where: [ ] = not selected [x] = selected [*] = selected and locked -- Milos Prudek
Cool! I agree. perhaps the zope team could dare to use a javascript for that. The few people who don't use javascript in the zmi will have to have it the way things are now. For the serverside it should, I agree, to be like you say, but the boxes your should still be there. Not locked, because that means that you would have to open them up using the Anonymous role and then come back and be more specific. Peter At 09:42 2002-03-06 +0100, Milos Prudek wrote:
When Anonymous has a certain permission, all other roles have it as well.
When Authenticated has a certain permission, all other roles except Anonymous have it as well.
I think that permissions should not be "selectable" for those roles. Instead there would be an image icon meaning "selected and locked". Like this:
Anonymous Authenticated Editor Manager Permission 1 [ ] [ ] [ ] [x] Permission 2 [ ] [x] * * Permission 3 [x] * * *
...where: [ ] = not selected [x] = selected [*] = selected and locked
-- Milos Prudek
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Then you would have to first remove the permission from Anonymous / Authenticated as a first step, and then add the roles that should have that permissin as a second step. I would find this most annoying. ----- Original Message ----- From: "Milos Prudek" <milos.prudek@tiscali.cz> To: <zope@zope.org> Sent: Wednesday, March 06, 2002 9:42 AM Subject: [Zope] improving Security ZMI dialog
When Anonymous has a certain permission, all other roles have it as well.
When Authenticated has a certain permission, all other roles except Anonymous have it as well.
I think that permissions should not be "selectable" for those roles. Instead there would be an image icon meaning "selected and locked". Like this:
Anonymous Authenticated Editor Manager Permission 1 [ ] [ ] [ ] [x] Permission 2 [ ] [x] * * Permission 3 [x] * * *
...where: [ ] = not selected [x] = selected [*] = selected and locked
-- Milos Prudek
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Lennart Regebro -
Milos Prudek -
Peter Bengtsson