disable creating new account by visitors

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
mick_sp
Posts: 1
Joined: 26 Jun 2005, 11:20

disable creating new account by visitors

Post 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
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

Set "$g_allow_signup = OFF;"
Guest

Post by Guest »

Thanks, that helped!

Michael
AlanGarcia

Signup w/out emailing password

Post 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!
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

Set "$g_send_reset_password = ON;"
Post Reply