Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #41757, comment 7


Ignore:
Timestamp:
03/08/2025 04:48:09 PM (2 months ago)
Author:
SirLouen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41757, comment 7

    initial v1  
    29295. We simply create a new user in the new network blog (must be `id = 2`).
    30306. We check in `wp-content` the `user-blog-additions.log`
    31 ```
     31
     32{{{
    3233# cat user-blog-additions.log
    3334[2025-03-08 16:34:08] User ID: 3 was added to Blog ID: 2 with role: subscriber and password ODf8YH7j1sSO
    34 ```
     35}}}
     36
    35377. We check the database in `wp_usermeta` to check for a record with `user_id` = 3 `date_added_to_blog_2` and current date
    36388. Same for `wp_2_capabilities` and two roles: `subscriber` (or whatever we gave on use creation) and `access_premium_content`