How do you know if a user that has not yet logged is special or not? Can you provide an example?
On Oct 1, 1:22 pm, "[email protected]" <[email protected]> wrote: > 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.

