Re: Proposal: Allow LOGIN_URL to be a callable

2009-10-15 Thread Jonathan Lukens
+1 This would also be a help in cases where you have different sets of users and have to use a) to redirect them to the view appropriate to their account type. On Oct 14, 6:35 pm, Ulrich Petri wrote: > Hi, > > in some projects I've had to interface with external authentication > sources that di

Proposal: Allow LOGIN_URL to be a callable

2009-10-14 Thread Ulrich Petri
Hi, in some projects I've had to interface with external authentication sources that did expect the return-to URL in other formats than "% (LOGIN_URL)s?%(redirect_field_name)s=%(url)s" (In one specific case it was, e.g. required that the return URL had to be base64 encoded). AFAIK there are curr