मैन्युअल:deleteUserEmail.php

This page is a translated version of the page Manual:DeleteUserEmail.php and the translation is 100% complete.
मीडियाविकि संस्करण:
1.38
Gerrit change 720819

विवरण

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.

विकल्प/तर्क

तर्क विवरण आवश्यक?
<user> सदस्यनाम या सदस्य ID, अगर # से शुरू होता है Required

उपयोग

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

यह Foo के ईमेल पते को डेटाबेस से हटा देगा।

Terminal

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

ये भी देखें