This topic is locked

Interface to project administrator manage users

11/9/2007 6:29:47 AM
PHPRunner General questions
J
JColtro author

I want to create interface like this:

  • Only the site administrator can ADD / EDIT / DELETE USERS;
  • Only the site administrator can MANAGE SITE SECURITY (user X pages X permissions).
    Thanks for all ideas.
    Coltro

Sergey Kornilov admin 11/9/2007

Coltro,
you already can build an interface for Users table and assign admin permissions to access this table.
In regards to modifying user permissions on the Web page - we'll add this in the next version of PHPRunner.

J
joesjnr 11/10/2007

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=23208&image=1&table=forumreplies' class='bbc_emoticon' alt=':ph34r:' />

would this be like alumni-type website?
http://www.xlinesoft.com/articles/alumni.htm
I used this method.

J
JColtro author 11/10/2007

The problem is most complicated. The developer have a PHPRunner license and he can add users to the project and manage the permissions of each one. BUT THE CLIENT OF THIS DEVELOPER don't have a PHPRunner license... how can the user add or delete users and configure permissions? I think is very important PHPRunner Wizard include a step to make the web pages to do this. That step must permit:

  • Add new user to the project;
  • Delete existing user;
  • Grant / revoke permissions to each user X each page.
    Another problem I think is very important:
  • Permit master x detail relationship with COMPOSITE KEYS (most than one field).
    Regards!
    Coltro