VenusInterns / BlogTemplate

MIT License
208 stars 38 forks source link

Display commenter email to auth user only #74

Closed julietdaniel closed 7 years ago

julietdaniel commented 7 years ago

Only the authenticated user can view the email address associated with a comment.

jimmylewis commented 7 years ago

I wonder if we should redesign this feature to take a commenter name instead of email? Currently the only way to ID a commenter is by the email field, and this fix would make all posts essentially anonymous to all but the logged in user. Having names would allow a conversation to develop, where commenters can at least refer to each other by name.