Hi, Is it possible to define different auth page for the same application ? I mean having an auth page for "regular" user and another one for "special" user.
I tried by adding a user function in a specific controller and added a user.html for that controller but whenever an authentication is required I'm sent to the default user.html.