[web2py] Re: I made changes, now auth() broken?

2011-12-29 Thread lyn2py
Update: I tried to add a new user using appadmin but it doesn't work either. I'm using 1.99.4 stable On Dec 29, 4:01 pm, lyn2py wrote: > I wrote my own default.py file starting from scratch, but I retained > the user() function: > > def user(): >     return dict(form=auth()) > > Everything else

[web2py] Re: I made changes, now auth() broken?

2011-12-29 Thread lyn2py
RESOLVED. It was a missing "=" sign in layout.html: Who knew an "=" could be the cause of it... Fortunately there is Firebug. Sorry for the noise. On Dec 29, 4:08 pm, lyn2py wrote: > Update: I tried to add a new user using appadmin but it doesn't work > either. > > I'm using 1.99.4 stable >