Re: [Demexp-dev] Problem with preference saving ?

2005-09-27 Par sujet Thomas Petazzoni
Hi, Thomas Petazzoni a écrit : > After a small modification of the server, I've been able to see that the > received password is really "demexp", as suggested by the network trace. Ok, I *think* I've found the bug. (Line numbers refers to 0.6.2). In srv/participants.ml.nw, the function which is

Re: [Demexp-dev] Problem with preference saving ?

2005-09-27 Par sujet Thomas Petazzoni
Hi, Thomas Petazzoni a écrit : > <0>2005-09-27T22:16:28+0200 RPC login(1, "root", **passw**) After a small modification of the server, I've been able to see that the received password is really "demexp", as suggested by the network trace. <0>2005-09-28T00:15:06-2200 RPC login(1, "root", "demexp

Re: [Demexp-dev] Problem with preference saving ?

2005-09-27 Par sujet Thomas Petazzoni
Hi, David MENTRE a écrit : > 2005/9/27, Thomas Petazzoni <[EMAIL PROTECTED]>: > >>However, I wasn't able to login on the locally running demexp server >>with root/demexp. Is it really the default root password ? > > > Yes. I have checked in 0.6.2 sources, in participants.ml.nw: > """ > Function

[Demexp-dev] While hacking with David

2005-09-27 Par sujet Frederic Lehobey
Two new bugs found in demexp: 1/ Anybody (even anonymous) can change public / private status of the question (this huge hole is understood and practically solved). :) 2/ In the classification window of the client the public / private state change is not taken into account. :( Boring stuff to

Re: [Demexp-dev] Problem with preference saving ?

2005-09-27 Par sujet David MENTRE
2005/9/27, Thomas Petazzoni <[EMAIL PROTECTED]>: > However, I wasn't able to login on the locally running demexp server > with root/demexp. Is it really the default root password ? Yes. I have checked in 0.6.2 sources, in participants.ml.nw: """ Function [[initialize_default_participant_base]] ini

Re: [Demexp-dev] Problem with preference saving ?

2005-09-27 Par sujet Thomas Petazzoni
Hi, David MENTRE wrote: > This should work if you start the client with demexp://localhost:5 > URL in the command line. Ok, works with the URL on the command line. However, I wasn't able to login on the locally running demexp server with root/demexp. Is it really the default root password ?