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