[web2py] Re: changing default redirect after failed login attempt.

2020-08-10 Thread David Orme
Just to note that I had a similar fix to make and I think this solution is flawed: > auth.settings.controller = 'plugin_user_admin' > > It's exactly the right setting, but initialising an Auth instance uses `settings.controller` to initialise a whole bunch of links and I don't think these ge

[web2py] Re: changing default redirect after failed login attempt.

2011-11-10 Thread Christopher Steel
Ah ha! This works like a charm, makes sense auth.settings.controller = 'plugin_user_admin'