swiki-confirmaccount/ConfirmAccount
2013-06-07 10:20:12 -04:00
..
backend added files 2013-06-06 15:09:12 -04:00
business made temporary passwords more secure 2013-06-07 10:15:27 -04:00
frontend made temporary passwords more secure 2013-06-07 10:15:27 -04:00
.gitignore added files 2013-06-06 15:09:12 -04:00
.gitreview added files 2013-06-06 15:09:12 -04:00
ConfirmAccount.config.php added files 2013-06-06 15:09:12 -04:00
ConfirmAccount.php added files 2013-06-06 15:09:12 -04:00
ConfirmAccount.setup.php added files 2013-06-06 15:09:12 -04:00
README.txt updated readme 2013-06-07 10:20:12 -04:00

Complete online documenation:
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 ===
$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 ==
Original version © GPL, Aaron Schulz
Modified version also available under GPL, by Jacob G.