A (former) fork of https://gerrit.wikimedia.org/g/mediawiki/extensions/ConfirmAccount maintained for the OpenWiki stack, now discontinued
This repository has been archived on 2024-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Ampera 6d65222f64 Merge pull request 'Upstream changes for Mediawiki 1.39' (#4) from REL1_39 into master
Reviewed-on: #4
2023-01-16 17:54:16 +00:00
i18n Merge branch 'REL1_39' of https://github.com/wikimedia/mediawiki-extensions-ConfirmAccount into REL1_39 2023-01-16 12:52:08 -05:00
includes Merge branch 'REL1_39' of https://github.com/wikimedia/mediawiki-extensions-ConfirmAccount into REL1_39 2023-01-16 12:52:08 -05: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 Update 'README.md' 2022-11-01 13:34:31 +00:00
composer.json build: Updating dependencies 2022-05-21 01:50:15 +00:00
extension.json Replace deprecated hook PersonalUrls 2022-12-06 16:23:54 +00:00
package-lock.json build: Updating minimatch to 3.0.8 2022-12-06 16:24:42 +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

  • Adds an option called ConfirmAccountRedactEmails which hides emails to site users, in the event site administrators are not legally bound or trusted to keep them private.