Committer: amyshkin
LJSUP-14527: Improve reset_password admin console commandU trunk/cgi-bin/LJ/Console/Command/ResetPassword.pm
Modified: trunk/cgi-bin/LJ/Console/Command/ResetPassword.pm =================================================================== --- trunk/cgi-bin/LJ/Console/Command/ResetPassword.pm 2012-12-12 10:19:31 UTC (rev 23459) +++ trunk/cgi-bin/LJ/Console/Command/ResetPassword.pm 2012-12-12 11:13:40 UTC (rev 23460) @@ -58,7 +58,7 @@ 'console.reset_password', undef, { - 'url' => "$LJ::SITEROOT/changepassword.bml", + 'url' => "$LJ::SITEROOT/lostinfo.bml", 'sitename' => $LJ::SITENAME, 'siteroot' => $LJ::SITEROOT, }