If this is a new application that you are distributing, then you merely need to include the "good" FOXUSER.DBF & FPT files with it.
If this is a new in-house application that you are launching, you might want to have all of your FoxPro applications point to a single FOXUSER. To do that you would need to point the application to it either via:
1. the CONFIG.FPW file RESOURCE= command
2. or within the application itself with
SET RESOURCE OFF
SET RESOURCE TO <path+your FOXUSER>
SET RESOURCE ON
Good Luck,
jrbbldr
jrbbldr@yahoo.com