Hi Barry,
Copy mojoProfile.config and rename it to CustomProfile.config
uncomment the entries for FirstName and LastName that already exist in the file
Then paste this into your user.cofnig file:
<add key="mojoProfileConfigFileName" value="CustomProfile.config" />
Then touch Web.config to make it reload settings.
Hope that helps,
Joe