Re: [web2py] DAL connection string password in clear in web2py ticket

2013-02-01 Thread Richard Vézina
Ok, the layout of ticket has change bit... I can't find the exact same information (global db variable), so I am not sure if it really/totally gone. But when I press on locals button, I get a long list of vars and the "db" var that show the connection string, looks like that : I also, search the

Re: [web2py] DAL connection string password in clear in web2py ticket

2013-02-01 Thread Richard Vézina
I will try... On Fri, Feb 1, 2013 at 3:22 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > I think this has been fixed. Can you check trunk? > > > On Friday, 1 February 2013 14:17:10 UTC-6, Richard wrote: >> >> Hello, >> >> I don't know if it normal or not, but I found that DAL conne

Re: [web2py] DAL connection string password in clear in web2py ticket

2013-02-01 Thread Massimo Di Pierro
I think this has been fixed. Can you check trunk? On Friday, 1 February 2013 14:17:10 UTC-6, Richard wrote: > > Hello, > > I don't know if it normal or not, but I found that DAL connection string > password appear in clear in web2py tickets... > > Ex.: > > Variables > global request fi...try_id'

[web2py] DAL connection string password in clear in web2py ticket

2013-02-01 Thread Richard
Hello, I don't know if it normal or not, but I found that DAL connection string password appear in clear in web2py tickets... Ex.: Variables global request }> builtinTrue True request.args ['table1', '836'] global select global db ].approved undefined I got this behavior with web2py 2.3.2 T