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
>
> 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
*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
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
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
5 matches
Mail list logo