I would suggesting only using auth_user for people who register and need to log in.
If you're just storing and publishing information like that, create a new table and don't worry about duplicate data. People might want to display a different contact email address anyway.

