disabling registration?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
anderiv
Posts: 5
Joined: 13 Sep 2005, 20:34
Contact:

disabling registration?

Post by anderiv »

Is there a way to disable public user registrations? Cause of the way our mantis will be used, I'll just be creating accounts manually.

I'm on Mantis 1.0.0-rc1

thanks!
roys

comment out the print_signup_link and print_lost_password...

Post by roys »

Edit the login_page.php, and look for the
print_signup_link();
PRINT ' ';
print_lost_password_link();
PRINT '</div>';
and comment them out. So the two links on the login page will be gone and your Users won't be able to register.
Narcissus
Developer
Posts: 338
Joined: 17 Feb 2005, 09:45

Post by Narcissus »

Probably a better solution would be to just set $g_allow_signup in your configuration to false.
anderiv
Posts: 5
Joined: 13 Sep 2005, 20:34
Contact:

Post by anderiv »

Narcissus wrote:Probably a better solution would be to just set $g_allow_signup in your configuration to false.
Perfect! Thanks!
rorojiao
Posts: 1
Joined: 27 Jun 2006, 10:04

Post by rorojiao »

You answer my question too:) thanks a lot!
Post Reply