Michael added a comment.

  First observation:
  
  Using a local config based on a related core change 
<https://gerrit.wikimedia.org/r/c/mediawiki/core/+/767617/52/includes/config-schema.php>
 looking as follows:
  
  name=LocalSettings.php
    $wgAutoCreateTempUser = [
        'enabled' => true,
        'actions' => [
                0 => 'edit',
        ],
        'genPattern' => '*Unregistered $1*',
        'matchPattern' => '*$1',
        'serialProvider' => [ 'type' => 'local' ],
        'serialMapping' => [ 'type' => 'plain-numeric' ],
    ];
  
  
  
  1. Editing a Statement on an Item through the UI while not logged-in did 
**NOT** create a new temporary user and instead recorded the IP address.
  2. Editing an ordinary Wikipage however, **did** create a temporary user.
  3. Using that temporary user, it was then possible to make an edit to a 
Statement via the UI that shows in the history with the temporary user instead 
of the IP.

TASK DETAIL
  https://phabricator.wikimedia.org/T343799

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Michael
Cc: Aklapper, Michael, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to