Handbuch:deleteUserEmail.php

This page is a translated version of the page Manual:DeleteUserEmail.php and the translation is 100% complete.
MediaWiki Version:
1.38
Gerrit change 720819

Details

deleteUserEmail.php file is a maintenance script to delete the email address of users on the wiki. This can be used as a mechanism to preserve privacy of users by removing some personally identifying information, their email address.

Optionen/Argumente

Argument Beschreibung Notwendig?
<user> Benutzername oder Benutzer-ID, wenn es mit # beginnt Notwendig

Verwendung

php maintenance/run.php deleteUserEmail <user>
In MediaWiki version 1.39.10 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.
Terminal

Dies wird Foos E-Mail-Adresse von der Datenbank löschen.

Terminal

This will blank user ID number #19's email address from the database. Note the quotes around #19, which may be required.

Siehe auch