Returning to the public user interface after logout

I have created a public_user, and a public group, and that works OK if I go to the URL of my application without login.php at the end.
I can use the Login link on the public home page to login as a authorised user.
However, if I logout it takes me to the login screen, not back to the public interface.
Is there an easy way to get back to the public interface on logout? Perhaps the app should do this if the public flag is set.
Thanks, Len.

You are using DaDaBIK version 10.1-Manarola enterprise, installed on 17-03-2020

You are runnning the last release of DaDaBIK

PHP Version: 7.2.24-0ubuntu0.18.04.3

mysql version: 5.7.29-0ubuntu0.18.04.1

Web server: Apache/2.4.29 (Ubuntu)

Client: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0
 

eugenio

Administrator
Staff member
Interesting. No, at the moment I don't think there is any simple way to do that; I think in most of the cases redirecting to the login is OK but I agree that sometimes it is better to redirect to the public page.

You can add the request to our canny https://dadabik.canny.io/

Best,
 
Top