Extension:EditAccount/ar

This extension is professionally maintained by the WikiTeq team.
WikiTeq provides official support for MediaWiki LTS releases only. It may work with other MediaWiki releases.
Category:Extensions by WikiTeq/ar Category:Extensions that are potentially dangerous/ar#EditAccount/ar Category:GPL licensed extensions/ar
الدليل المرجعي لامتدادات ميدياويكي
EditAccount
حالة الإصدار مستقرCategory:Stable extensions/ar
تنفيذ صفحة خاصة Category:Special page extensions/ar
بيان يسمح بتعديل تفاصيل الحساب أو تعطيل حساب محدد
المؤلف/المؤلفون Łukasz Garczewski, Jack Phoenix
القائم/القائمون بالصيانة WikiTeq team
آخر إصدار 1.3.4 (2022-12-13)
سياسة التوافق لكل إصدار ميديايويكي يكون إصدار دعم طويل الأجل يوجد فرع مخصص له في الامتداد.
MediaWiki 1.35-1.39Category:Extensions with manual MediaWiki version
ترخيص رخصة جنو العمومية 2.0 أو ما بعدها
التنزيل Category:Extensions in Wikimedia version control/ar
تنزيلات ربع سنوية 19 (Ranked 75th)
ترجم الامتداد EditAccount لو كان متوفرا على translatewiki.net
المسائل المهام المفتوحة · الإبلاغ عن عطل تقني
Category:All extensions/ar

يوجد لامتداد EditAccount غرضين اثنين رئيسيين. One is to change another user's password, real name, or email address. The second is to disable another user's account.

The special page may be limited to a certain user group, such as staff or bureaucrats.

الآثار

تغيير كلمة المرور

Changing the password will automatically log out the user. Since the password is changed, access to their account can be prevented. This can be an alternative to disabling the user's account.

Disabling an account

Similar to the above, the user will be logged out immediately. Alongside that, the following will take effect:

  • The user's password will be scrambled, preventing them from logging in.
  • The user's email address will be removed, and the email authentication status will be also set to "not authenticated".
  • The user's real name will be "Account Disabled".

Note that the registration date and other preferences info will not be affected.

When viewing the contributions of a disabled user account, a note appears stating, "This account has been disabled." (View example).

All account edits are automatically logged.

التنصيب

  • نزّل الملف/الملفات وضعها في دليل يحمل اسم ‎EditAccount داخل مجلد ‎extensions/‎ لديك.
    يجب على مطوري البرمجيات والمساهمين بالكود البرمجي تثبيت الامتداد من غت بدلا من ذلك، مستخدمين:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/EditAccount
  • أضف الكود التالي في الجزء الأسفل من ملف LocalSettings.php :
    wfLoadExtension( 'EditAccount' );
    
  • Configure user group and user right at your convenience.
  • Yes تم التنفيذ – اذهب إلى Special:Version على موقع الويكي لديك كي تتحقق من أن الامتداد قد ثبت بنجاح.

الإعداد

بصفة افتراضية، ستمنح كافة مجموعات المستخدمين تصريح إغلاق حساباتهم الشخصية لا غير. The user right "editaccount" will have to be set for an existing user group, e.g., "bureaucrat" or for a new user group to allow editing or closing all accounts:

$wgGroupPermissions['bureaucrat']['editaccount'] = true;
$wgGroupPermissions['editaccount']['editaccount'] = true;

القيد في سجلات

Use of the special pages "CloseAccount" and "EditAccount" is logged at Special:Log/editaccnt. If needed, this log can be set to private.

مثال على قيد في سجل
* 04:41, March 18, 2011 WikiAdmin (Talk | contribs | block) disabled account User:Example user ‎ 
* 02:11, February 17, 2011 StaffMember (Talk | contribs | block) changed password for user User:Jimbo Wales

امتدادات ذات صلة

  • تعطيل حساب - يسمح للإداريين تعطيل حسابات منفردة.
  • UserMerge - يسمح بدمج حسابات المستخدمين أو حذفها.
  • UserManager - يسمح بإدارة المستخدمين.
  • Sudo - يسمح بتسجيل الدخول إلى حسابات أشخاص آخرين.
  • PassEdit - امتداد آخر ينهض بذات الأمر.
Category:User access extensions/ar
Category:All extensions/ar Category:Extensions by WikiTeq/ar Category:Extensions in Wikimedia version control/ar Category:Extensions included in Canasta/ar Category:Extensions included in MyWikis/ar Category:Extensions included in semantic::core/ar Category:Extensions that are potentially dangerous/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 access extensions/ar