does anyone know Zope ?
what i heard about it is that its quite easily to create authentication protocols with it ?
what we want to do is not that difficult .. it can probably even be done in php .. but its too tough for me
below is a small schedule as what we need :
- H is the main user sysop .. who needs to have access to everything below .. he can add/change/delete any users
- the users A and B only have access to the users below them (not to the users below the other) and they can add/change/delete any users below them
- the same for the users V,W,X,Y
- at the bottom are the end users who can only use the system .. they dont have any access to the user accounts/setup
this should all be running on a remote webserver to which they dial in (even user H dials in) and on which they have to identify themselves with a username and password
Code:
H
/ \
/ \
/ \
/ \
/ \
A B
/ \ / \
/ \ / \
V W X Y
/ \ / \ / \ / \
i j k l m n o p is this difficult to achieve in Zope ?
is this difficult in php ?
(the problem is we are looking to hire someone to set this up andwe know noone who knows Zope (well we know one, but he is busy for the next several months), its a lot easier to find someone for hire who knows php .. but would it be just as good ?)