Changes between Version 2 and Version 3 of Ticket #60317, comment 4
- Timestamp:
- 02/28/2024 05:41:29 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60317, comment 4
v2 v3 1 Here's the payload for the search request on the dro down. As you can see, the user amailer is truncated.1 Here's the payload for the search request on the dropdown. As you can see, the user amailer is truncated. 2 2 3 3 Request URL: `http://10.1.190.162/index.php?rest_route=%2Fwp%2Fv2%2Fusers&context=view&who=authors&per_page=50&_fields=id%2Cname&search=amailer&_locale=user` 4 4 {{{ 5 5 [ 6 6 { … … 205 205 } 206 206 ] 207 207 }}} 208 208 209 209 The script to generate random users: 210 210 {{{ 211 211 --- 212 212 #!/bin/bash … … 237 237 done 238 238 --- 239 239 }}} 240 240 Then, generate the target user: 241 241 `wp --allow-root user create amailer amailer@amailer.com --role=author`