Keep new wordpress users as unconfirmed

[MAILPOET-2125]
This commit is contained in:
Pavel Dohnal
2019-06-24 14:51:15 +02:00
committed by M. Shull
parent 62a7d17582
commit f4f6827849
2 changed files with 22 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ class WP {
'email' => $wp_user->user_email,
'first_name' => $first_name,
'last_name' => $last_name,
'status' => Subscriber::STATUS_SUBSCRIBED,
'status' => Subscriber::STATUS_UNCONFIRMED,
'source' => Source::WORDPRESS_USER,
];