https://bugzilla.wikimedia.org/show_bug.cgi?id=18760
--- Comment #1 from [email protected] 2009-05-12 22:52:58 UTC --- Why do you insist on collecting email addresses even though $wgEnableEmail=false? Wikis may be discussing sensitive topics or located in countries with repressive governments. Collecting email addresses makes the wiki a target for police, phishers, and could get the user fired, outed, or even arrested. Just check $wgEnableEmail before all other email functions, like you do here: specials/SpecialUserlogin.php:878: $template->set( 'useemail', $wgEnableEmail ); templates/Userlogin.php:82: ... if( $this->data['useemail'] && templates/Userlogin.php:172: <?php if( $this->data['useemail'] ) { ?> (However note Bug #10158). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
