mirror of
https://github.com/scratchfoundation/swiki-confirmaccount.git
synced 2024-12-04 21:01:02 -05:00
updated readme
This commit is contained in:
parent
8b260c62c1
commit
680eb81a69
1 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
Complete online documenation:
|
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 ==
|
== Breaking changes ==
|
||||||
=== MediaWiki 1.20 ===
|
=== MediaWiki 1.20 ===
|
||||||
|
@ -7,5 +8,9 @@ $wgAccountRequestMinWords, $wgAccountRequestToS, $wgAccountRequestExtraInfo,
|
||||||
and $wgAllowAccountRequestFiles were all folded into a new variable called
|
and $wgAllowAccountRequestFiles were all folded into a new variable called
|
||||||
$wgConfirmAccountRequestFormItems.
|
$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 ==
|
== Licensing ==
|
||||||
© GPL, Aaron Schulz
|
Original version © GPL, Aaron Schulz
|
||||||
|
Modified version also available under GPL, by Jacob G.
|
Loading…
Reference in a new issue