I am chaging this so that controller is passed to
Auth(...,controller='default')
On Feb 24, 6:59 pm, Alexandre Andrade
wrote:
> Patch:
>
> Massimo,
>
> It don't work because every time auth initialize, it defines controller as
> 'default' in line 544 at tools.py
>
> self.settings.control
Patch:
Massimo,
It don't work because every time auth initialize, it defines controller as
'default' in line 544 at tools.py
self.settings.controller = 'default'
I have hacked it to
if session and session.auth_controller:
self.settings.controller = session.auth_con
You have to specify all of the urls manually.
Take a look at gluon/tools.py and see all of the settings you can change.
-Thadeus
On Tue, Feb 23, 2010 at 7:50 PM, Alexandre Andrade
wrote:
> I'm using Version 1.75.4 and not solved (always go to default/user)
>
> There is a special place to pu
I'm using Version 1.75.4 and not solved (always go to default/user)
There is a special place to put auth.settings.controller (models?)
2009/12/29 mdipierro
> It is a bug.
>
> On Dec 28, 11:54 pm, Thadeus Burgess wrote:
> > When I set
> >
> > auth.settings.controller = 'admin'
> >
> > Shouldn't
4 matches
Mail list logo