Re: [web2py] Re: Routing broke between 2012-06-18 and 2012-07-10

2012-07-20 Thread Alec Taylor
On Fri, Jul 13, 2012 at 4:32 AM, Anthony wrote: >> Hmm, I added that line (`auth.navbar(referrer_actions=['register', >> 'profile', 'login'])`) below `auth.settings.login_next = >> URL(f='profile')` in db.py, and it changed the way the problem occurs. > > > No, you don't want 'login' to be one of

Re: [web2py] Re: Routing broke between 2012-06-18 and 2012-07-10

2012-07-12 Thread Anthony
> > Hmm, I added that line (`auth.navbar(referrer_actions=['register', > 'profile', 'login'])`) below `auth.settings.login_next = > URL(f='profile')` in db.py, and it changed the way the problem occurs. > No, you don't want 'login' to be one of the referrer_actions -- that will cause it to re

Re: [web2py] Re: Routing broke between 2012-06-18 and 2012-07-10

2012-07-12 Thread Alec Taylor
*bump* On Wed, Jul 11, 2012 at 2:02 AM, Alec Taylor wrote: > On Wed, Jul 11, 2012 at 1:40 AM, Anthony wrote: >> We just made a change to auth.navbar() so the login link is now treated like >> the other links. By default, the URL of the current page the user is on is >> added as a referrer to the

Re: [web2py] Re: Routing broke between 2012-06-18 and 2012-07-10

2012-07-10 Thread Alec Taylor
On Wed, Jul 11, 2012 at 1:40 AM, Anthony wrote: > We just made a change to auth.navbar() so the login link is now treated like > the other links. By default, the URL of the current page the user is on is > added as a referrer to the query string of the login link (as well as all > the other navbar

[web2py] Re: Routing broke between 2012-06-18 and 2012-07-10

2012-07-10 Thread Anthony
We just made a change to auth.navbar() so the login link is now treated like the other links. By default, the URL of the current page the user is on is added as a referrer to the query string of the login link (as well as all the other navbar links, except logout). After login, the user is auto