Page 1 of 1

Disabling "Sign up for account"

Posted: 13 May 2006, 17:26
by dapissarenko
Hello!

I just installed Mantis on my machine.

On the Login page, there is a link "Sign up for account".

How can I hide it?

I want to use Mantis for a project, on which a closed group of developers works and I don't want other people to get access to Mantis on my server.

How can I disable this link?

Thanks in advance

Dmitri Pissarenko

Posted: 14 May 2006, 13:00
by vboctor
Checkout the following configuration option:

Code: Select all

	# allow users to signup for their own accounts.
	# Mail settings must be correctly configured in order for this to work
	$g_allow_signup			= ON;
Regards,
Victor

Posted: 07 Jul 2006, 14:02
by dapissarenko
Thanks!