Log domain in user creation event.

(imported from commit d5aca898781b4f33a749536181e50f941bd16b59)
This commit is contained in:
Jessica McKellar
2013-02-07 14:36:43 -05:00
parent b99670777a
commit 50bab7af8f

View File

@@ -80,7 +80,8 @@ def do_create_user(email, password, realm, full_name, short_name,
'timestamp': time.time(),
'full_name': full_name,
'short_name': short_name,
'user': email})
'user': email,
'domain': realm.domain})
return create_user(email, password, realm, full_name, short_name, active)
def compute_mit_user_fullname(email):