From 680eb81a693152ad87c5e692b2bac28da21d8795 Mon Sep 17 00:00:00 2001 From: jvvg Date: Fri, 7 Jun 2013 10:20:12 -0400 Subject: [PATCH] updated readme --- ConfirmAccount/README.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ConfirmAccount/README.txt b/ConfirmAccount/README.txt index c333410..c0168f2 100644 --- a/ConfirmAccount/README.txt +++ b/ConfirmAccount/README.txt @@ -1,5 +1,6 @@ Complete online documenation: -http://www.mediawiki.org/wiki/Extension:ConfirmAccount +Original version: http://www.mediawiki.org/wiki/Extension:ConfirmAccount +Modified version: http://wiki.scratch.mit.edu/wiki/User:Jvvg/Authentication == Breaking changes == === MediaWiki 1.20 === @@ -7,5 +8,9 @@ $wgAccountRequestMinWords, $wgAccountRequestToS, $wgAccountRequestExtraInfo, and $wgAllowAccountRequestFiles were all folded into a new variable called $wgConfirmAccountRequestFormItems. +=== Modified version === +Gutted all email functionality - the user is given their temporary password when they register rather than when their request is accepted, and added a tool to verify registrations against the Scratch website. + == Licensing == -© GPL, Aaron Schulz +Original version © GPL, Aaron Schulz +Modified version also available under GPL, by Jacob G. \ No newline at end of file