Hello All, i have a migrated project to 7.2 version of Cuba, and refactoring the security scope of my project I had a question. How can I open a screen as Dialog during the login process?I just managed to do this, opening it as ROOT, setting the ROUTE annotation on the screen controller.
I need access to occur on the login screen, that is, there is no user registered in the session, access being denied due to
role ‘system-minimal’. My question is how to make this screen open in dialog mode on the login screen, even before the session is created.
Enable Info screen for anonymous users: start the application, go to Administration > Roles and enable access to the Info screen for the Anonymous role.
Maybe adding your screen to the role assigned to Anonymous user is what is missing.