Hi,
I've used dbFront for a long time, and I've bought the pro version to be able to connect another DB using different users.
It seems that the documentation reported here (https://dbfront.com/connectionaccess) is not up-to-date, as those screens are unavailable on actual 1.4.0.0664 version. I can't find the place where I can enable the Database Authentication on the single connection, while the old connection seems to work smoothly. I've found something interesting in the ConnectionConfig of the old one, like
<AuthType>DatabaseAuthentication</AuthType>
<AuthDatabase>XXXXXXX</AuthDatabase>
<AuthFunction>XXXXXXX</AuthFunction>
<AdminUserList>
<string>administrator</string>
</AdminUserList>
<UpdateUserList />
<ReadOnlyUserList />
<DeniedUserList />
that are not present in the ConnectionConfig of the new one. But even adding those data to the new connection, I'm unable to authenticate with a user present in the new DB (the SP is present in the new DB and AuthDatabase has been changed concordly).
Can you please help me please? Thanks!