Hey, quick question: One of my controllers has a request that uses the
@auth.requires_login handler.

Problem is, when I go there and use an extension (examples: /init/
default/dothis.json, /init/default/dothis.txt), I get redirected to
the extension version of the login page by default (/init/default/
user.json/login)

It looks like the login_url is set in tools.py:831:

        self.settings.login_url = self.url('user', args='login')

Is there any simple way to override this so that I get /init/default/
user/login instead of /init/default/user.json/login?

Reply via email to