aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/controllers/user_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb
index 224f20666..ef6f740bc 100644
--- a/app/controllers/user_controller.rb
+++ b/app/controllers/user_controller.rb
@@ -613,7 +613,7 @@ class UserController < ApplicationController
mergeOptions,
'html', # email_type
false, # double_optin: flag to control whether a double opt-in confirmation message is sent
- false, # update_existing
+ true, # update_existing
false, # replace_interests
false #send_welcome
)