Re: [web2py] Re: New bug working with 1.96.4

2011-06-22 Thread José Luis Redrejo Rodríguez
2011/6/22 Massimo Di Pierro : > Thanks for reporting this. I fixed in trunk, please check it and let > us know. > I've seen the fix. It should work, but I can not test it until tomorrow at the office where I have access to the internal ldap server. If it fails somewhere I'll report it. Thanks fo

[web2py] Re: New bug working with 1.96.4

2011-06-22 Thread Massimo Di Pierro
Thanks for reporting this. I fixed in trunk, please check it and let us know. On Jun 22, 6:01 am, José L. wrote: > I've checked the problem comes > sincehttp://code.google.com/p/web2py/source/detail?r=9153fbe0349812922daae... > where the >             user_id = table_user.insert(**keys) > replace

[web2py] Re: New bug working with 1.96.4

2011-06-22 Thread José L .
I've checked the problem comes since http://code.google.com/p/web2py/source/detail?r=9153fbe0349812922daae09c487f4dfe68280d76&path=/gluon/tools.py where the user_id = table_user.insert(**keys) replaced the old method to insert data in the auth table. No idea of the rationale behind