[Serusers] Registration restrictions
Tamas J
thomasj at eworld.hu
Thu Dec 16 00:36:41 CET 2004
Hello Marian,
thanks for the fast response! I tryed to find out how to make it
working, but didn't find out yet.
if (method=="REGISTER") {
if (!www_authorize("example.net", "subscriber")) {
www_challenge("example.net", "0");
break;
};
if (check_to()) {
save("location");
};
break;
};
But I'm getting:
0(3010) check_username(): Digest username and URI username do NOT match
Probably I didn't set up something. What should I put into uri table?
Is there any example somewhere?
Many thanks!
Kindr regards,
Tamas
Wednesday, December 15, 2004, 11:52:16 PM, Marian wrote:
MD> Hi Tamas,
MD> after a successful registration check if TO username is the same as
MD> auth. username via check_to() function.
MD> Best regards,
MD> Marian
MD> Tamas J wrote:
>> Hello,
>>
>> I would like to restrict registrations to use username, auth. username
>> and password fields all together.
>> My problem:
>> If the user sets in his device the auth. username and password, it's
>> enough for registration. However he can set whatever username, which I
>> don't want to allow, while I would like to use numbers and don't want
>> that anybody misuse this.
>>
>> Any idea how to do that?
>>
>> Kind regards,
>> Tamas
>>
More information about the sr-users
mailing list