Extension:LegalLogin/bn
Appearance
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.
মুক্তির অবস্থা: স্থিতিশীল |
|
|---|---|
| বাস্তবায়ন | ব্যবহারকারীর কার্যকলাপ |
| বিবরণ | The LegalLogin extension requires acceptance of legal policies and correct answer on test questions during account creation and login. |
| লেখক(গণ) | Pavel Astakhov (Pastakhovআলোচনা) |
| রক্ষণাবেক্ষণকারী(গণ) | WikiTeq team |
| সর্বশেষ সংস্করণ | 1.0 (Jan 2023) |
| সামঞ্জস্য নীতি | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
| MediaWiki | 1.35, 1.39 |
| PHP | 7.4.3+ |
| ডাটাবেজ পরিবর্তন | হ্যাঁ |
|
$wgLegalLoginPolicies, $wgLegalLoginQuestions, $wgLegalLoginExpiration, $wgLegalLoginInterval, $wgLegalLoginLogActions |
|
|
legallogin-view-log |
|
| Licence | গ্নু জেনারেল পাবলিক লাইসেন্স ২.০ অথবা পরবর্তী |
| ডাউনলোড | README |
| ট্রানশলেটউইকি.নেট-এ উপলভ্য থাকলে LegalLogin বর্ধনাংশটি অনুবাদ করুন | |
| Issues | উন্মুক্ত কাজ · বাগ প্রতিবেদন |
The LegalLogin extension requires acceptance of legal policies and correct answer on test questions during account creation and login.
This extension was created for WikiWorks.
Installation
- ডাউনলোড করুন এবং আপনার
extensions/ফোল্ডারেরLegalLoginনামক ডিরেক্টরিতে ফাইল(গুলি) নিন।
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/LegalLogin
- আপনার LocalSettings.php-এর নিচের অংশে নিম্নলিখিত কোড যোগ করুন:
wfLoadExtension( 'LegalLogin' );
করা হয়েছে – এক্সটেনশনটি সফলভাবে ইনস্টল করা হয়েছে কিনা তা যাচাই করতে আপনার উইকির Special:Version-এ যান।
Configuration parameters
- $wgLegalLoginPolicies
- The list of legal policies that will require acceptance during account creation and login. Only pages in NS_MEDIAWIKI namespaces allowed as correct values.
- $wgLegalLoginQuestions
- The questions that users will need to answer correctly before login. Only pages in NS_MEDIAWIKI namespaces allowed as correct values.
- $wgLegalLoginExpiration
- Require acceptance of legal policies again after defined seconds.
- $wgLegalLoginInterval
- Require acceptance of legal policies again after defined number of logins.
- $wgLegalLoginLogActions
- Save LegalLogin actions like acceptance of the policies to Special:Log.
Example:
$wgLegalLoginPolicies = [
'Terms and Conditions of Use' => [ // text from MediaWiki:Terms and Conditions of Use, title is the same
'require scrolling' => true, // user must scroll it to down or open in popup windows before accept
],
'Privacy policy' => [ // text from MediaWiki:Privacy policy
'captionmsg' => 'privacy-policy-caption', // MediaWiki:Privacy-policy-caption // caption of the policy
],
];
$wgLegalLoginQuestions = [
'I hate this site' => [
'answer' => false,
'help' => 'This is a hint',
],
'I love this site' => [
'answer' => true,
]
];
ব্যবহারকারীর অধিকার
- legallogin-view-log
- Allow to view LegalLogin actions like acceptance of the policies in "Special:Log"
Categories:
- Extensions by WikiTeq/bn
- Stable extensions/bn
- User activity extensions/bn
- Extensions which add rights/bn
- ApiBeforeMain extensions/bn
- AuthChangeFormFields extensions/bn
- BeforePageDisplay extensions/bn
- PageSaveComplete extensions/bn
- LoadExtensionSchemaUpdates extensions/bn
- GPL licensed extensions/bn
- Extensions in Wikimedia version control/bn
- All extensions/bn
