Extension:InviteSignup/zh

Category:GPL licensed extensions/zh
InviteSignup
Category:Stable extensions/zh
Category:User identity extensions/zh, Category:Special page extensions/zh
描述 Allows to invite users to signup to a closed wiki
作者 Niklas Laxström (Nikerabbit留言)
最新版本 1.0.0+2021-09-01
MediaWiki >= 1.39.0
Composer mediawiki/invite-signupCategory:Extensions supporting Composer/zh
invitesignup
GNU通用公眾授權條款2.0或更新版本
下載 Category:Extensions in Wikimedia version control/zh
  • $wgInviteSignupHash
  • $wgISGroups
  • invitesignup
前往translatewiki.net翻譯InviteSignup
問題 开启的任务 ·
Category:All extensions/zh

The InviteSignup extensions allows account creation to be offered to a user on a closed wiki where it's restricted.

The extension adds a "Special:InviteSignup" special page, available to users with invitesignup permission.

  • The inviter, from this page, by entering just an e-mail address, can quickly invite a single person to create an account on the wiki.
  • The person can then set a username and password, confirming the creation of the account, which is logged; until then, no account is created.
  • The inviter can optionally set additional user groups to which the account will be added automatically after creation.

安裝

  • 下载,并将解压后的InviteSignup移动到extensions/目录中。
    开发者和代码贡献人员应从Git安装扩展,输入:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/InviteSignup
    
  • 将下列放置在您的LocalSettings.php 的底部:
    wfLoadExtension( 'InviteSignup' );
    
  • 更新脚本,它将自动必须的数据库表。
  • You will need to give the invitesignup permission to at least one user group. To have administrators be able to do the inviting, for instance, add the following to LocalSettings.php:
$wgGroupPermissions['sysop']['invitesignup'] = true;
  • You can also set the variable $wgISGroups to an array of user groups. When inviting, you can mark to which groups the invited user will be added automatically. For example, with the following setting, you are able to invite 1) normal users 2) translators 3) sysops.
$wgISGroups = [ 'translator', 'sysop' ];
  • Yes 完成 – 在您的wiki上Special:Version,以验证已成功安装

参见

  • :where the account is requested by the user rather than offered.
  • :Special:CreateAccount allows creation by e-mail, but requires a username to be set because creation is immediate.
  • Extension:UserVerification - Manages signups by enforcing email authentication to edit the wiki plus other methods
Category:AddNewAccount extensions/zh Category:All extensions/zh Category:BeforeInitialize extensions/zh Category:Extensions in Wikimedia version control/zh Category:Extensions included in BlueSpice/zh Category:Extensions included in MyWikis/zh Category:Extensions supporting Composer/zh Category:GPL licensed extensions/zh Category:LoadExtensionSchemaUpdates extensions/zh Category:Special page extensions/zh Category:Stable extensions/zh Category:UserCreateForm extensions/zh Category:UserGetRights extensions/zh Category:User identity extensions/zh