Add note to user.py.

This commit is contained in:
Ricky Zhou (周家杰) 2008-03-09 20:37:22 -04:00
parent d2f0409f9e
commit e5a2dbda08

View file

@ -250,6 +250,9 @@ class User(controllers.Controller):
return dict()
try:
target.human_name = human_name
# FIXME: WARNING! This is deceptive. Remember that it
# changes the email object itself, not the email attached
# to the purpose.
target.emails['primary'] = email
# target.emails['bugzilla'] = bugzilla
target.ircnick = ircnick