mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
Notify us when a Hunt user signs up.
(imported from commit 10d4eea99427c16f8936f7fc2e2a821e7fbf73c6)
This commit is contained in:
@@ -145,6 +145,7 @@ def accounts_customer30_register(request, username, realname, email, domain):
|
||||
username)
|
||||
add_default_subs(user_profile)
|
||||
login(request, authenticate(username=email, password="xxxxxxxxxxx"))
|
||||
notify_new_user(user_profile)
|
||||
return HttpResponseRedirect(reverse('zephyr.views.home'))
|
||||
|
||||
@require_post
|
||||
|
||||
Reference in New Issue
Block a user