Commit graph

8 commits

Author SHA1 Message Date
ZabeMath 3bf4fb9583 Deprecate $wgAllowConfirmedEmail
$wgAllowConfirmedEmail is equivalent to $wgGroupPermissions['emailconfirmed']['skipcaptcha'] = true;

Bug: T257164
Change-Id: Ia9e73b8da64ec9c29ddb9b4c069238c33a8e6f23
2021-03-27 14:00:56 +00:00
Reedy f005a5cb4a Add hCaptcha
Mostly working from Florian's ReCaptchaNoCaptcha

Bug: T249854
Change-Id: I5c3ac71bdfd528339b846b5811e78a88e8135e46
2020-04-17 16:43:27 +02:00
Timo Tijhof ea7aba4c6a docs: Remove mention of $wgMemc from CaptchaCacheStore README
Follows-up 63d0bc66.

Bug: T160813
Change-Id: I480d1ffba4e7370298a8a83eb227577ac72bebc6
2020-04-02 17:40:01 +01:00
Florian fe6d078b9f [recaptcha] Remove the ReCaptcha module
It's not supported by Google for a while.

Bug: T223749
Change-Id: I159cdd4882c1de48d6cee359faa153a2e6e0424b
2019-06-22 10:38:39 +01:00
DannyS712 a529fb4e1a Convert mediawiki links from http to https
Bug: T189687
Change-Id: I3be0f572ab1bc4c97a240ddb5ed40943ecf595ef
2019-04-18 23:24:57 +00:00
Timo Tijhof a480d98b3f Fixup use of $ceAllowConfirmedEmail
Follows-up 37f2dcf. confirmEditSetup() maps it to the new name so any use of it within
the extension can safely be replaced.

* Fix Catpcha.php.
* Update README.md.

Change-Id: I4b23954eba2d7d3e86e4f60d8189e263b864fbd3
2017-04-28 18:58:44 -07:00
Florian Schmidt 848f5d5685 Mark ReCaptcha as deprecated
Google does not support this module anymore, and there's a way
better replacement (ReCpatchaNoCaptcha). Mark the module as de-
precated, so that still using wiki administrators get a notice,
that they should switch the module. Currently, the planned time
for the actual removal of the feature is MediaWiki release 1.29.

Bug: T142133
Change-Id: I20cbdcd77440bd31038e6e36d00b5d08f3794e4c
2016-11-18 19:38:39 +01:00
paladox 1d08dd07b8 Add extension.json, empty PHP entry point
Changed README to README.md

Moved changelog from README.md to CHANGELOG.md

Bumped version to 1.4.0. And start following semver-notation.

Bug: T88047
Change-Id: I21f417d9f5985598358d53a0afae815543f001ee
2015-10-31 19:22:16 +00:00