[web2py] Re: Custom auth table, auth_membership insert failing in Admin

2012-07-11 Thread Jerry
Hi Massimo, Traceback (most recent call last): File "\web2py\gluon\restricted.py", line 205, in restricted exec ccode in environment File "/web2py/applications/pg/controllers/appadmin.py" , line 410, in File "\we

[web2py] Re: Custom auth table, auth_membership insert failing in Admin

2012-07-11 Thread Massimo Di Pierro
Do you have a longer traceback? It would help to know which line in tools.py is causing the problem. It is true that Auth assumes the id field for auth tables to be called id. Perhaps this can be changed. Massimo On Wednesday, 11 July 2012 01:10:17 UTC-5, Jerry wrote: > > Hello, > > I have a