Page 1 of 1

disable creating new account by visitors

Posted: 26 Jun 2005, 11:25
by mick_sp
Hi

I want to configure mantis so that only the administrator can create a new user-account. Is there a setting somewhere i missed or should i put it in a protected dir or alter the login-page?

Thanks for your help.

Michael

Posted: 26 Jun 2005, 19:35
by thraxisp
Set "$g_allow_signup = OFF;"

Posted: 26 Jun 2005, 20:05
by Guest
Thanks, that helped!

Michael

Signup w/out emailing password

Posted: 15 Jul 2005, 15:59
by AlanGarcia
Hi,
I would like to allow users to sign up for an account, but want to avoid sending their log on credentials to them via email. I would prefer having the end-user set and confirm their password during their registration process. Is it possible to simply toggle an option built into the code, or will development be necessary?
Thanks for any help you folks can provide!

Posted: 16 Jul 2005, 13:33
by thraxisp
Set "$g_send_reset_password = ON;"