Hello,
I use xataface in the Version 1.2.2 1616
I have configured a “Setting up Basic Authentication” and “Limiting Access Based on User” as described in http://xataface.com/wiki/authentication. This works very fine and I also do a update to the function getPermissions to get the user and the permissions from my project user table. The returnvalue in the function getPermissions (&$record) is Dataface_PermissionsTool::ALL().
But if I log in with a valid user the URL redirect automatically to ./xataface/index.php?-table=termine&-action=feed&-cursor=0&-skip=0&-limit=30&-mode=list as a know from the RSS feed mode.
I call the page always with the URL ./xataface/index.php
Why is the URL after the login not ./xataface/index.php?-table=termine or ./xataface/index.php?-table=termine&-action=list as I know without the configured authentification?
Do anybody know this behaviour of the system? I think and hope it is not normal.
Thanks