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!
disabling registration?
Moderators: Developer, Contributor
-
roys
comment out the print_signup_link and print_lost_password...
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.
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.