We should validate if email addresses are well formed before displaying them.
We also want to allow for extensible ways to represent users, so we should also support a free-text descriptor like username (as suggested here), but there is value in enforcing that email addresses are well formed.
We should validate if email addresses are well formed before displaying them.
We also want to allow for extensible ways to represent users, so we should also support a free-text descriptor like
username
(as suggested here), but there is value in enforcing that email addresses are well formed.