A fork of https://gerrit.wikimedia.org/g/mediawiki/extensions/ConfirmAccount maintained for the OpenWiki stack
Go to file
Soveia 2e1801dcb8 Redact email
Change the code so emails are not displayed to local wiki staff.
2022-11-01 12:15:44 +00:00
i18n Add message 2022-11-01 12:10:59 +00:00
includes Redact email 2022-11-01 12:15:44 +00:00
.eslintrc.json build: Updating eslint-config-wikimedia to 0.19.0 2021-03-13 08:19:04 +00:00
.gitignore build: Replace jscs, jshint and jsonlint by eslint 2020-02-03 21:54:21 +01:00
.gitreview Whoops, track not trace 2016-10-24 17:02:20 -07:00
.phpcs.xml Replace removed $wgContLang by MediaWikiServices 2021-05-13 14:29:43 +02:00
CODE_OF_CONDUCT.md build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-03 00:06:25 +00:00
COPYING Add COPYING 2014-02-08 01:50:46 +00:00
ConfirmAccount.alias.php Move most PHP files into includes/ 2020-04-28 12:22:49 +00:00
Gruntfile.js build: Updating dependencies 2021-01-29 07:34:27 +00:00
README.md Add 'README.md' 2022-11-01 12:00:55 +00:00
composer.json build: Updating dependencies 2022-05-21 01:50:15 +00:00
extension.json Merge "Do verify the captcha" 2022-09-21 23:51:25 +00:00
package-lock.json build: Updating minimatch to 3.0.8 2022-10-21 03:56:56 +00:00
package.json build: Updating grunt-banana-checker to 0.10.0 2022-10-06 21:30:53 +00:00

README.md

mediawiki-extensions-ConfirmAccount-openwiki

This extension is a fork of the ConfirmAccount originally authored by Aaron Schulz. For the original repository, please see: https://gerrit.wikimedia.org/g/mediawiki/extensions/ConfirmAccount

This README only covers modifications made specifically for The OpenWiki Project. These modifications may or may not be relevant to other users, either of the OpenWiki stack design, or of MediaWiki in general. This fork is licensed to match the original, and any changes made may be reintegrated into the original, or otherwise forked, within the conditions of that license.

Changes