Hi there,
Is there any way to forbid the users to registrate twice or more times to the same ser server with the same username (I want, that a user can only login once and if someone tries to login with the same username --> forbidden).
Thanks!
Sebastian
Hi
i think this is in the archives somewhere, I guess u could do a lookup in the db and if they exists dont allow, never tried it though
Iqbal
Sebastian Kühner wrote:
Hi there,
Is there any way to forbid the users to registrate twice or more times to the same ser server with the same username (I want, that a user can only login once and if someone tries to login with the same username --> forbidden).
Thanks!
Sebastian
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
.
Hi,
Does SER restrict the numbers of registration for each username by default? If ya, what's the cutting point and anyway to configure the setting? I have tested on my SER, if I login with same username again and again, after a few times, just can't register anymore unless I clear cache of that username.
Regards, Chia
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Iqbal Sent: Friday, July 15, 2005 8:27 PM To: Sebastian Kühner Cc: serusers@lists.iptel.org Subject: Re: [Serusers] registration
Hi
i think this is in the archives somewhere, I guess u could do a lookup in the db and if they exists dont allow, never tried it though
Iqbal
Sebastian Kühner wrote:
Hi there,
Is there any way to forbid the users to registrate twice or more times to the same ser server with the same username (I want, that a user can only login once and if someone tries to login with the same username --> forbidden).
Thanks!
Sebastian
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
.
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
max_contacts is the parameter you want to set. To limit registrations to a specific number, such as 4, use the command modparam("registrar", "max_contacts", 4)
-Steve
Chia Huey Lim wrote:
Hi,
Does SER restrict the numbers of registration for each username by default? If ya, what's the cutting point and anyway to configure the setting? I have tested on my SER, if I login with same username again and again, after a few times, just can't register anymore unless I clear cache of that username.
Regards, Chia
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Iqbal Sent: Friday, July 15, 2005 8:27 PM To: Sebastian Kühner Cc: serusers@lists.iptel.org Subject: Re: [Serusers] registration
Hi
i think this is in the archives somewhere, I guess u could do a lookup in the db and if they exists dont allow, never tried it though
Iqbal
Sebastian Kühner wrote:
Hi there,
Is there any way to forbid the users to registrate twice or more times to the same ser server with the same username (I want, that a user can only login once and if someone tries to login with the same username --> forbidden).
Thanks!
Sebastian
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi Sebastian,
This can be achieved by setting "max_contacts" parameter in the registrar module. See registrar module's REAME file.
Regards,
Minh
-----Message d'origine----- De : serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] De la part de Sebastian Kühner Envoyé : vendredi 15 juillet 2005 14:25 À : serusers@lists.iptel.org Objet : [Serusers] registration
Hi there,
Is there any way to forbid the users to registrate twice or more times to the same ser server with the same username (I want, that a user can only login once and if someone tries to login with the same username --> forbidden).
Thanks!
Sebastian
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi Minh,
You're right. It works (with the error "contacts(): Error while updating record" when I want to register another user).
But I didn't find it in the README... (http://www.iptel.org/ser/doc/modules/html/registrar.html)
Regards
Sebastian
----- Original Message ----- From: "Quang Minh PHAN" quang-minh.phan@wengo.fr To: serusers@lists.iptel.org Sent: Friday, July 15, 2005 10:27 AM Subject: RE: [Serusers] registration
Hi Sebastian,
This can be achieved by setting "max_contacts" parameter in the registrar module. See registrar module's REAME file.
Regards,
Minh
-----Message d'origine----- De : serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] De la part de Sebastian Kühner Envoyé : vendredi 15 juillet 2005 14:25 À : serusers@lists.iptel.org Objet : [Serusers] registration
Hi there,
Is there any way to forbid the users to registrate twice or more times to the same ser server with the same username (I want, that a user can only login once and if someone tries to login with the same username --> forbidden).
Thanks!
Sebastian
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Sebastian,
The document on the website is not up to date. See the README file in the source code.
Regards,
Minh
-----Message d'origine----- De : serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] De la part de Sebastian Kühner Envoyé : vendredi 15 juillet 2005 17:56 À : serusers@lists.iptel.org Objet : Re: [Serusers] registration
Hi Minh,
You're right. It works (with the error "contacts(): Error while updating record" when I want to register another user).
But I didn't find it in the README... (http://www.iptel.org/ser/doc/modules/html/registrar.html)
Regards
Sebastian
----- Original Message ----- From: "Quang Minh PHAN" quang-minh.phan@wengo.fr To: serusers@lists.iptel.org Sent: Friday, July 15, 2005 10:27 AM Subject: RE: [Serusers] registration
Hi Sebastian,
This can be achieved by setting "max_contacts" parameter in the registrar module. See registrar module's REAME file.
Regards,
Minh
-----Message d'origine----- De : serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] De la part de Sebastian Kühner Envoyé : vendredi 15 juillet 2005 14:25 À : serusers@lists.iptel.org Objet : [Serusers] registration
Hi there,
Is there any way to forbid the users to registrate twice or more times to the same ser server with the same username (I want, that a user can only login once and if someone tries to login with the same username --> forbidden).
Thanks!
Sebastian
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers