Changes between Initial Version and Version 1 of Ticket #41757, comment 7
- Timestamp:
- 03/08/2025 04:48:09 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41757, comment 7
initial v1 29 29 5. We simply create a new user in the new network blog (must be `id = 2`). 30 30 6. We check in `wp-content` the `user-blog-additions.log` 31 ``` 31 32 {{{ 32 33 # cat user-blog-additions.log 33 34 [2025-03-08 16:34:08] User ID: 3 was added to Blog ID: 2 with role: subscriber and password ODf8YH7j1sSO 34 ``` 35 }}} 36 35 37 7. We check the database in `wp_usermeta` to check for a record with `user_id` = 3 `date_added_to_blog_2` and current date 36 38 8. Same for `wp_2_capabilities` and two roles: `subscriber` (or whatever we gave on use creation) and `access_premium_content`