Run the following query in your databaseACP > Options > User registration
yoursite.com/admin.php?options/groups/usersAndRegistration/
View attachment 3775
UPDATE `xf_user_option`
SET `interaction_watch_state` = COALESCE(NULLIF(interaction_watch_state,''), 'watch_no_email')
UPDATE `xf_user_option`
SET `creation_watch_state` = COALESCE(NULLIF(creation_watch_state,''), 'watch_no_email')
Run the following query in your databaseACP > Options > User registration
yoursite.com/admin.php?options/groups/usersAndRegistration/
View attachment 3775
UPDATE `xf_user_option`
SET `interaction_watch_state` = COALESCE(NULLIF(interaction_watch_state,''), 'watch_no_email')
UPDATE `xf_user_option`
SET `creation_watch_state` = COALESCE(NULLIF(creation_watch_state,''), 'watch_no_email')
SUPEEEER!!!!!Run the following query in your database