Pilot Id's

Is there anyway to change a pilots Id, lets say for some reason the callsign start at 0003 how can you change 0003-0001. Thanks.

You could change it in the database I expect, but it might mess up everything else linked to that user - I’m not sure.

don’t change pilot id’s it messes everyting up

it can be changed here.  core/local.config.php

ConfigSet: 'PILOTID_LENGTH' , 4); // The lenth of PID, including 0's

I wouldn’t change it in the database, but you can change those settings in the local.config which only affect the appearance of the pilot id, but it changes those globally. You can’t really individually change an ID, since, as they said, it would affect all of the entries linked to it