Hi
Is there away to have an option when signing up on a phpvms website to have it so the person can pick their ID and then phpvms will use that ID.
Thanks
Icebox
Hi
Is there away to have an option when signing up on a phpvms website to have it so the person can pick their ID and then phpvms will use that ID.
Thanks
Icebox
The only thing you could do is add a column to the pilots table and change the code in, registration.php, login.php, and operations.php as well as the associated templates to use a new field for your user selected screen name. I would not suggest removing or changing the pilot id method as most functions within the application are tied to it.
The only thing you could do is add a column to the pilots table and change the code in, registration.php, login.php, and operations.php as well as the associated templates to use a new field for your user selected screen name. I would not suggest removing or changing the pilot id method as most functions within the application are tied to it.
It’s even more than this, I wouldn’t touch it