Add note to user.py.
This commit is contained in:
parent
d2f0409f9e
commit
e5a2dbda08
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue