remove doc/current_ticket.md from repo

This commit is contained in:
Rodrigo Estebanez
2025-03-28 10:37:30 +00:00
committed by Aschepikov
parent 28727167be
commit 6d280a9336
2 changed files with 1 additions and 25 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ tsconfig.tsbuildinfo
/wordpress
packages/php/*/vendor
tests_env/vendor
doc/active_ticket.md

View File

@ -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**