Added a per-user limit on password reminder emails. Presumably if you just had a...
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 23 Oct 2006 09:35:30 +0000 (09:35 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 23 Oct 2006 09:35:30 +0000 (09:35 +0000)
commite9de4983bfbf4ad8cd13444633731e32997fa169
treea0eca6560466f29cf0e79bacfd5bba5a8ceaf1ca
parenteb02c1a87b46faa7fce5f01a6cb290b8a78f4ae4
Added a per-user limit on password reminder emails. Presumably if you just had a password reminder sent to you, you don't need another one a short time later. Along with a proper per-IP throttle setting, this should fix the majority of the abuse problem on Wikipedia.
includes/DefaultSettings.php
includes/SpecialUserlogin.php
includes/User.php
languages/messages/MessagesEn.php
maintenance/archives/patch-user_newpass_time.sql [new file with mode: 0644]
maintenance/mysql5/tables.sql
maintenance/postgres/tables.sql
maintenance/tables.sql
maintenance/updaters.inc