Extension:UserExport/ar

Category:GPL licensed extensions/ar
الدليل المرجعي لامتدادات ميدياويكي
UserExport
حالة الإصدار مستقرCategory:Stable extensions/ar
تنفيذ صفحة خاصة Category:Special page extensions/ar, استخلاص البياناتCategory:Data extraction extensions/ar
بيان Allows to export user name and email to a CSV file
المؤلف/المؤلفون Rodrigo Sampaio Primo (RodrigoSampaioPrimoنقاش)
القائم/القائمون بالصيانة Mark A. Hershberger
آخر إصدار 2.1.1 (2020-04-15)
MediaWiki 1.34+Category:Extensions with manual MediaWiki version
PHP 7.2+
تغييرات قاعدة البيانات لا
Composer mediawiki/user-exportCategory:Extensions supporting Composer/ar
ترخيص رخصة جنو العمومية 2.0 أو ما بعدها
التنزيل Category:Extensions in Wikimedia version control/ar
README
CHANGELOG
تنزيلات ربع سنوية 4 (Ranked 94th)
ترجم الامتداد UserExport لو كان متوفرا على translatewiki.net
Category:All extensions/ar

The UserExport extension allows to export the user name and email of all MediaWiki users to a CSV-file via a new special page called "Special:UserExport". The extension cannot export passwords and user groups.

الاستخدام

This extension creates a new restricted special page called "Special:UserExport" with the title User Export which has only a button to trigger the generation of the CSV file. Click on this button and download the file. The data gets exported in "UTF-8".

التنصيب

الإعداد

حق المستخدم

يخصص افتراضيًا تصريح "userexport" الذي يقدمه هذا الامتداد إلى مجموعة المستخدمين "bureaucrat".

In case you would like to change this add the following lines to your "LocalSettings.php" file after the inclusion of the extension as described in the "Installation" section above:

$wgGroupPermissions['bureaucrat']['userexport'] = false; // النزع من مجموعة "bureaucrat"
$wgGroupPermissions['userexport']['userexport'] = true; // الإضافة إلى مجموعة "userexport" المكرّسة

انظر أيضا

Category:User extensions/ar
Category:All extensions/ar Category:Data extraction extensions/ar Category:Extensions in Wikimedia version control/ar Category:Extensions supporting Composer/ar Category:Extensions which add rights/ar Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/ar Category:Special page extensions/ar Category:Stable extensions/ar Category:User extensions/ar