Hello Everyone,
I am a Mantis newby and I am wondering if there is a way to restrict user signup by specific domain? This will help us prevent SPAM and allow only our users to actually signup.
Corbett
Restrict Signup by Domain
Moderators: Developer, Contributor
Re: Restrict Signup by Domain
You don't want to register from specific domain or you want use only specific domain?
Re: Restrict Signup by Domain
I want to limit registrations to mail.mydomain.com. In other words they would be unable to register with any other email domain.
Re: Restrict Signup by Domain
I think you can't do this.
For now exists this option only access from one or more domain, but they must be writen
For now exists this option only access from one or more domain, but they must be writen
Code: Select all
/**
* Only allow and send email to addresses in the given domain
* For example:
* $g_limit_email_domain = 'users.sourceforge.net';
* @global string|int $g_limit_email_domain
*/
$g_limit_email_domain = OFF;
Re: Restrict Signup by Domain
You are awesome! Thank you so much for pointing me in the right direction. I really appreciate it!
Corbett
Corbett
Re: Restrict Signup by Domain
Hi
I was looking out for the past few days to do a similar thing with my Mantis setup.
I would like to restrict users only from mydomain1.com, mydomain2.com, mydomain3.com to be able to register.
Is there a way to achieve this.
I think $g_limit_email_domain restricts to only one domain...
Please help.
I was looking out for the past few days to do a similar thing with my Mantis setup.
I would like to restrict users only from mydomain1.com, mydomain2.com, mydomain3.com to be able to register.
Is there a way to achieve this.
I think $g_limit_email_domain restricts to only one domain...
Please help.
Re: Restrict Signup by Domain
See the following feature request for the same feature:
http://www.mantisbt.org/bugs/view.php?id=2609
http://www.mantisbt.org/bugs/view.php?id=2609
Migrate your MantisBT to the MantisHub Cloud