Autoregistration, possible?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
MarisaG2
Posts: 13
Joined: 12 Aug 2022, 02:27
Location: South San Francisco, CA
Contact:

Autoregistration, possible?

Post by MarisaG2 »

Hello, is there a way to allow people to register from the front end so I don't have to manually create team members? I want players of my RPG to be able to join & post bugs at the same time...
--- https://msbob.org - Support for MS Bob user interface
--- https://mundosangre.gameplayer.club - Official site for the Mundo Sangre RPG
--- https://pocketmud.com - Support and hosting for the CoffeeMUD MUD engine
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Autoregistration, possible?

Post by cas »

You should check all the available config options, you then will find:
/**
* Allow users to signup for their own accounts.
* If ON, then $g_send_reset_password must be ON as well, and mail settings
* must be correctly configured
* @see $g_send_reset_password
* @global integer $g_allow_signup
*/
$g_allow_signup = ON;
So add the above line to core/config_inc.php
MarisaG2
Posts: 13
Joined: 12 Aug 2022, 02:27
Location: South San Francisco, CA
Contact:

Re: Autoregistration, possible?

Post by MarisaG2 »

Thanks! I found it here: /var/www/html/mantisbt-2.25.5/config/config_inc.php...
--- https://msbob.org - Support for MS Bob user interface
--- https://mundosangre.gameplayer.club - Official site for the Mundo Sangre RPG
--- https://pocketmud.com - Support and hosting for the CoffeeMUD MUD engine
Post Reply