Hi Steve, hi all,
Is there another possibility to have a default table after a user has logged in than changing the order of tables in conf.ini [_tables] ?
An example: I have 3 users, READ ONLY, EDIT and ADMIN.
I have 3 tables lets say table1, table2, table3.
Now it is like that all users after login start with table1 as this is the first listed in conf.ini [_tables].
What do I have to do to reach the following:
When the READ ONLY user logs in he should be directed to table1
When the EDIT user logs in he should be directed to table2
When the ADMIN user logs in he should be directed to table3
ADMIN should have access to all tables
EDIT should have access to tables 2 and 3
READ ONLY should have access only to table1
Thank you
Markus