Topic: ID_user problem and a feature request
I have a problem trying to set up user based security. Briefly - I have
$all_see_tables = "no";
$all_affect_items = "no";
$enable_authentication = 1;
$enable_delete_authorization = 1;
$enable_update_authorization = 1;
$enable_browse_authorization = 0;
in my config.php
The site does require a login when trying to acces tables, but after that any user can delete or modify anyone's records. When I looked at tables I noticed that ID_user is 0 on every record. This happens also on a fresh, unmodified installation, where I didn't change anything except the basic options in config.php. The field ID_user is set up in the interface creator according to the readme.
Another question relates to the user authorization system. Would it be very hard to modify the permissions system so that anyone can browse and view records (without logging in), but only logged in users can modify (add, delete or edit) records.
TIA
Pawel