承接 mediawikiext/ipb-auth-login 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mediawikiext/ipb-auth-login

最新稳定版本:v1.0.3-beta

Composer 安装命令:

composer require mediawikiext/ipb-auth-login

包简介

Log into the MediaWiki installation using IPB user accounts.

README 文档

README

IPBAuthLogin is a plugin for MediaWiki 1.35 and up which integrates MediaWiki with an Invision Power Board and Invision Community forum's user database. By enabling the extension, it is possible to log into the MediaWiki installation using IPB user accounts. The extension creates local user accounts on MediaWiki, which are always authenticated though this extension.

As IPB usernames are not case sensitive, extension converts any username into a canonical form, to avoid duplicate local accounts being created for the same user.

Requirements

  • MediaWiki 1.35+
  • Invision Power Board 3.x | IPS Community 4.x
  • MySQL/MariaDB
  • PHP 7.0+ (PHP <=5.6: untested & PHP 8.0: tested)
  • MySQLi PHP extension

Documentation

Extensive documentation for the extension can be found on its MediaWiki extension page.

Installation

This extension can be installed in either of two ways now:

Manual install: Download the tarball from the MediaWiki extension page.

Using Composer: This extension can now utilize MediaWiki's built-in support for Composer. From the root directory of the MediaWiki installation, create or modify "composer.local.json" with the appropriate variant of following content:

{
	"require": {
                  "mediawikiext/ipb-auth-login": "1.0.3-beta"
        }
}

Using either method, enable the extension according to the instructions provided on the MediaWiki extension page.

License

This extension is licensed under the included GPLv3 license.

Contributing

Contributions can be made to the plugin by submitting pull requests through its GitHub repository.

TODO

  • Support for account recovery through MediaWiki.
  • Possible support for account creation through MediaWiki.

统计信息

  • 总下载量: 17
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 10
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2023-02-13