<? include('includes/main.php'); ?>
<? //helparcustextuser.php - copyright 2001 - Noguska - Fostoria, OH 44830
echo '<center><b>Customer External User Update</b></center><br>';
echo '<font size="-1"><i>Enter/update User names and passwords for external companies to use as logins for their employees.</i><br><br>
<b>CUSTOMER #:</b> Enter a customer number, or click on the magnifier to search for the customer and click on the plus-sign to add a new customer.<br><br>
<b>Continue:</b> Press this button to assign users for this company.<br><br><hr><br>
<b><center>USER SELECTION</center></b><br><br>
<font size="-1"><i>If you have not yet entered any users for this company, you will only see the ADD USER prompt.</i><br><br>
<b>USER NAME:</b> To edit an existing user, select a user from the pull-down list.<br><br>
<b>Edit Selected user:</b> Click on this button to edit the user selected from the pull-down list.<br><br>
<b>Add New External User:</b> Click on this link to create a new user for this company.<br><br><hr><br>
<b><center>EDIT USER</center></b><br><br>
<b>USER NAME:</b> This is the name the user will use to sign into the system.<br><br>
<b>PASSWORD:</b> Password the user will use when signing into the system. You will not see the letters you are typing.<br><br>
<b>VERIFY:</b> Password must be typed twice the same way in order to be accepted.<br><br>
<b>STYLE:</b> Select a color scheme this user will have when using the system.<br><br>
<b>SAVE CHANGES:</b> Press this button to save entries made.<br><br>
<b>Delete this User</b> Click on this link to delete the user displayed.<br><br><hr><br>
<b><center>ADD NEW EXTERNAL USER</center></b><br><br>
<b>USER NAME:</b> This is the name the user will use to sign into the system.<br><br>
<b>PASSWORD:</b> Password the user will use when signing into the system. You will not see the letters you are typing.<br><br>
<b>VERIFY:</b> Password must be typed twice the same way in order to be accepted.<br><br>
<b>STYLE:</b> Select a color scheme this user will have when using the system.<br><br>
<b>ADD:</b> Click on this button to save the new user information.<br><br>
'?>
<? include('includes/footer.php'); ?>