Re: [SR-Users] How to test registration setting

2011-12-07 Thread Efelin Novak
Thank you Andreas, it worked like a charm. Efelin 2011/12/7 Andreas Granig : > Hi, > > On 12/07/2011 09:45 AM, Efelin Novak wrote: >> So is there any other common practice how to test registers? >> Is there any flag that can prevent storing location? >> Can I send 200 OK to these user in any oth

Re: [SR-Users] How to test registration setting

2011-12-07 Thread Andreas Granig
Hi, On 12/07/2011 09:45 AM, Efelin Novak wrote: > So is there any other common practice how to test registers? > Is there any flag that can prevent storing location? > Can I send 200 OK to these user in any other way? You can do sl_send_reply("200", "Auth test ok") after www_authenticate(...) suc