mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 12:21:58 +00:00
Only create initial passwords for local dev setups
(imported from commit 2ef33ebbab0fe21486acbb1a3a78ed434abac2db)
This commit is contained in:
@@ -257,7 +257,8 @@ DEFAULT_SETTINGS = {'TWITTER_CONSUMER_KEY': '',
|
||||
'NAGIOS_STAGING_SEND_BOT': None,
|
||||
'NAGIOS_STAGING_RECEIVE_BOT': None,
|
||||
'APNS_CERT_FILE': None,
|
||||
'ZULIP_ADMINISTRATOR': ''
|
||||
'ZULIP_ADMINISTRATOR': '',
|
||||
'INITIAL_PASSWORD_SALT': None
|
||||
}
|
||||
|
||||
for setting_name, setting_val in DEFAULT_SETTINGS.iteritems():
|
||||
|
||||
Reference in New Issue
Block a user