This topic is locked

Login Table Strategy

5/9/2005 10:31:17
PHPRunner General questions
pplaut author

Hi,

I am trying to develop an application with the following parameters.

The application is a club member management application.

  1. Each "member" can have a unique login.
  2. Each "member" can only update "only their own record.
  3. Each "member" can view the details of all of the other club members.
    So in thinking this through, I am trying to develop a login strategy which will meet this criteria.
    Thanks for your help on this.
    Peer

Sergey Kornilov admin 5/12/2005

Peer,
you simply need a login table which should hold a separate record for each member with unique username/password. Use Advanced Security mode Users can edit their own data only to achive what you need.