Last modified: 2007-10-11 07:15:55 UTC
After writing an extension to implement functionality it turns out we already have (yay me!) via the $wgEmailConfirmToEdit global, one small omission in the current code is that an email address is not required during registration, even if $wgEmailConfirmToEdit is set to true (i.e. when you have to have an email address to use the wiki in any meaningful way). Ideally this should be enforced.
Added in r26584.