Overview:
When an Approved Email is sent out with the {{userPhoto}} token, the embedded image is different from the one stored in the User Detail object.
Root Cause:
There are more than one User Detail records for the user. The system uses the first one retrieved from the database.
Solution:
Delete the User Detail records which are not necessary.
Related Documentation:
N/A