mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
org settings: Add realm level default time format setting.
This commit is contained in:
committed by
Tim Abbott
parent
f4d6b2a853
commit
b7aae89029
@@ -40,7 +40,8 @@ def create_user_profile(realm: Realm, email: Text, password: Optional[Text],
|
||||
tutorial_status=tutorial_status,
|
||||
enter_sends=enter_sends,
|
||||
onboarding_steps=ujson.dumps([]),
|
||||
default_language=realm.default_language)
|
||||
default_language=realm.default_language,
|
||||
twenty_four_hour_time=realm.default_twenty_four_hour_time)
|
||||
|
||||
if bot_type or not active:
|
||||
password = None
|
||||
|
||||
Reference in New Issue
Block a user