Problem Summary: The Details area for a Person object does not allow the user to add a PostalAddress, EmailAddress, or TelephoneNumber, although a Person object contains all those attributes.
Workaround: Create a User object instead of a Person object. You can add all these attributes to a User object.