remove doc/current_ticket.md from repo
This commit is contained in:
committed by
Aschepikov
parent
28727167be
commit
6d280a9336
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ tsconfig.tsbuildinfo
|
||||
/wordpress
|
||||
packages/php/*/vendor
|
||||
tests_env/vendor
|
||||
doc/active_ticket.md
|
||||
|
@ -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**
|
Reference in New Issue
Block a user