Extension:EditAccount/bn
Warning: This is a powerful extension and may pose serious risks if misused or misconfigured. Ensure you fully understand its implications before enabling it or granting user access.
Users with access to this extension can change another user's email address and password, effectively allowing them to take over that account. They can also disable user accounts indefinitely – a change that cannot be reversed through any extension or special page. Therefore, do not grant a user access to this extension unless you completely trust the user not to misuse it. It is recommended to limit access to users with bureaucrat or higher permission levels. |
মুক্তির অবস্থা: স্থিতিশীল |
|
|---|---|
| বাস্তবায়ন | বিশেষ পৃষ্ঠা |
| বিবরণ | Allows editing account details, or disabling an account |
| লেখক(গণ) | Łukasz Garczewski, Jack Phoenix |
| রক্ষণাবেক্ষণকারী(গণ) | WikiTeq team |
| সর্বশেষ সংস্করণ | 1.3.4 (2022-12-13) |
| সামঞ্জস্য নীতি | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
| MediaWiki | 1.35-1.39 |
| লাইসেন্স | গ্নু জেনারেল পাবলিক লাইসেন্স ২.০ অথবা পরবর্তী |
| ডাউনলোড | |
|
editaccount |
|
| ট্রানশলেটউইকি.নেট-এ উপলভ্য থাকলে EditAccount বর্ধনাংশটি অনুবাদ করুন | |
| Issues | উন্মুক্ত কাজ · বাগ প্রতিবেদন |
The EditAccount extension has two main purposes. 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.
Effects
Changing the password
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.
ইনস্টল প্রক্রিয়া
- ডাউনলোড করুন এবং আপনার
extensions/ফোল্ডারেরEditAccountনামক ডিরেক্টরিতে ফাইল(গুলি) নিন।
Developers and code contributors should install the extension from Git instead, using: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.
করা হয়েছে – এক্সটেনশনটি সফলভাবে ইনস্টল করা হয়েছে কিনা তা যাচাই করতে আপনার উইকির Special:Version-এ যান।
কনফিগারেশন
By default, all user groups will only have permission to close their accounts. 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;
Logging
Use of the special pages "CloseAccount" and "EditAccount" is logged at Special:Log/editaccnt. If needed, this log can be set to private.
- Example log entries
* 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
সম্পর্কিত এক্সটেনশনসমূহ
- DisableAccount - Allows administrators to disable individual accounts.
- UserMerge - Allows merging and deleting user accounts.
- UserManager - Allows to administrate users.
| This extension is included in the following wiki farms/hosts and/or packages: |
- Extensions by WikiTeq/bn
- Extensions that are potentially dangerous/bn
- Stable extensions/bn
- Special page extensions/bn
- GPL licensed extensions/bn
- Extensions in Wikimedia version control/bn
- Extensions which add rights/bn
- All extensions/bn
- Extensions included in Canasta/bn
- Extensions included in MyWikis/bn
- Extensions included in ProWiki/bn
- Extensions included in semantic::core/bn
- User access extensions/bn
