chnm / thatcamp-registrations

Easily create an event registration on your multisite-enabled WordPress instance.
http://thatcamp.org
GNU General Public License v3.0
7 stars 3 forks source link

Username should not be user's e-mail address #10

Closed amandafrench closed 13 years ago

amandafrench commented 13 years ago

This could result in the user's e-mail address being unintentionally displayed in some themes, wherever $display_name is used. Am currently trying to fix the THATCamp Graphene theme so that this doesn't happen, but I'm not having much luck. Would be better not to have the username be the e-mail address -- can strip out everything after the '@' symbol.

jeremyboggs commented 13 years ago

Recent push to master branch fixes this. However, it doesn't check if the username already exists, which might turn into a problem.