mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
Dropbox domain is zulip.com
(imported from commit 73e9196783eaba7c62f5668e373bb1b5d372663e)
This commit is contained in:
@@ -25,7 +25,7 @@ def create_user_profile(realm, email, password, active, bot, full_name,
|
|||||||
now = timezone.now()
|
now = timezone.now()
|
||||||
email = UserManager.normalize_email(email)
|
email = UserManager.normalize_email(email)
|
||||||
|
|
||||||
enable_stream_desktop_notifications = (realm.domain != 'dropbox.com')
|
enable_stream_desktop_notifications = (realm.domain != 'zulip.com')
|
||||||
|
|
||||||
user_profile = UserProfile(email=email, is_staff=False, is_active=active,
|
user_profile = UserProfile(email=email, is_staff=False, is_active=active,
|
||||||
full_name=full_name, short_name=short_name,
|
full_name=full_name, short_name=short_name,
|
||||||
|
|||||||
Reference in New Issue
Block a user