look into default. You can replace

def user(): return dict(form=auth())


with

def agent(): return dict(form=auth())
def candidate(): return dict(form=auth())

and in the two functions you can set different default for auth_user
fields.

On Oct 15, 8:45 am, Carl <carl.ro...@gmail.com> wrote:
> Is there a way to use [app]/default/agent instead of app/default/user?
>
> I want to have two implementations of authentication (/agent and /
> candidate)

Reply via email to