diff --git a/.gitignore b/.gitignore index 6b3efc97f6..f7729710bc 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ tsconfig.tsbuildinfo /wordpress packages/php/*/vendor tests_env/vendor +doc/active_ticket.md diff --git a/doc/current_ticket.md b/doc/current_ticket.md deleted file mode 100644 index 7e16617409..0000000000 --- a/doc/current_ticket.md +++ /dev/null @@ -1,25 +0,0 @@ -# Allow admins to set subscriber status when they create a new user in WP admin - -## Add a Select Box to the “Add New User” Form - -**Location:** -WP Admin > Users > Add New User - -### Label -**MailPoet Subscriber Status** - -### Values -- **Subscribed** -- **Unconfirmed** (will receive a confirmation email) -- **Unsubscribed** - -### Notes -- The **default value** is **Unconfirmed**/**Unsubscribed** -- **Unconfirmed** is present **only when confirmation is enabled** - -### On Form Submission -- Ensure the subscriber is added with the **correct status** -- For existing subscribers (who were not WP users), **update the global status** -- If admin selects **Unconfirmed**, also **send the confirmation email** - -> ⚠️ Do **not** display this field in the **user edit form** \ No newline at end of file