mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
[manual] Rename new user bot to zulip.com domain.
Just before this is pushed to prod, we need to rename the Humbug new user bot in the database using: ./manage.py change_user_email humbug+signups@humbughq.com new-user-bot@zulip.com /etc/init.d/memcached restart No action is required on pushing this to staging, but in between when this is pushed to staging and when it is pushed to prod (and that transition performed), signup reporting to humbug will not work on staging. (imported from commit af2cd007b41ea885491f383442f211e8609fe5f9)
This commit is contained in:
@@ -774,7 +774,7 @@ def do_create_realm(domain, restricted_to_domain=True):
|
||||
signup_message = "Signups enabled"
|
||||
if not restricted_to_domain:
|
||||
signup_message += " (open realm)"
|
||||
internal_send_message("humbug+signups@humbughq.com", "stream",
|
||||
internal_send_message("new-user-bot@zulip.com", "stream",
|
||||
"signups", domain, signup_message)
|
||||
return (realm, created)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user