Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #60317, comment 4


Ignore:
Timestamp:
02/28/2024 05:41:29 AM (15 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60317, comment 4

    v2 v3  
    1 Here's the payload for the search request on the drodown. As you can see, the user amailer is truncated.
     1Here's the payload for the search request on the dropdown. As you can see, the user amailer is truncated.
    22
    33Request 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{{{
    55[
    66    {
     
    205205    }
    206206]
    207 
     207}}}
    208208
    209209The script to generate random users:
    210 
     210{{{
    211211---
    212212#!/bin/bash
     
    237237done
    238238---
    239 
     239}}}
    240240Then, generate the target user:
    241241`wp --allow-root user create amailer amailer@amailer.com --role=author`