mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Log domain in user creation event.
(imported from commit d5aca898781b4f33a749536181e50f941bd16b59)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user