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
Disabling "Sign up for account"
Moderators: Developer, Contributor
Checkout the following configuration option:
Regards,
Victor
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;Victor