WODA: FAQs

 Users

How do you allow users to edit their own records?
Everythings depends on what you want to allow or deny your users.

$WBB{´groups´} define users and passwords
$WBB{´rights´} sets what everybody is allowed to do

Example:

$WBB{´groups´} = ´admin ###### adminspassword
user1 . user1spassword
user2 . user2spassword
user3 . user3spassword´;

# At first you deny almost everything to anybody
# Then you set specific rights
$WBB{´rights´} = ´deny . Agent|Add|Edit|Delete|Admin|etc|etc
allow user1 Add|Delete|Edit|etc
allow user2 Add|Delete|Edit|etc´;


So your users have to login with their username and password
in order to Add or Delete or Edit or etc records, and they
may secure the records with a password after editing.

HTH Andreas
modify the informationdelete entire recordexplain the meaning of the fieldsbrowse recordsAdd a new questionHome page of this databaselogin Valid HTML 4.01 Transitional Valid CSS! Powered by WODA 4.6x trunk