Jump to content

Recommended Posts

Posted

In your core/local.config.php edit this line:

Config::Set('PILOTID_LENGTH', 4);	# Length of the Pilot ID

To however many numbers you want, so in you case it would be:

Config::Set('PILOTID_LENGTH', 3);	# Length of the Pilot ID

Jon

P.s. Make a backup og your local.config.php file before editing

Posted

I believe it's just change

# After how long to mark a pilot inactive, in days
Config::Set('PILOT_AUTO_RETIRE', true);
Config::Set('PILOT_INACTIVE_TIME', 15);

To:

# After how long to mark a pilot inactive, in days
Config::Set('PILOT_AUTO_RETIRE', true);
Config::Set('PILOT_INACTIVE_TIME', 30);

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...