Disabling "Sign up for account"

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
dapissarenko
Posts: 12
Joined: 13 May 2006, 17:23

Disabling "Sign up for account"

Post 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
vboctor
Site Admin
Posts: 1304
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post 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
dapissarenko
Posts: 12
Joined: 13 May 2006, 17:23

Post by dapissarenko »

Thanks!
Post Reply