Sohu邮箱登录的bug

登录搜狐mail域名下的邮件,会发现即使你密码正确也会提示密码错误。我换了4次密码,曾用过的密码都试了一边,都无法登录。后来到首页登录时,竟然奇迹般的进去了。

看似这是sohu改动页面时留下的bug,
mail域名下的action用的是通行证

CODE:
  1. <form name=mail_login method=post action="http://passport.sohu.com/login.jsp" onsubmit="return MailVerifyInput();">

而首页用的则是mail

CODE:
  1. </form><form name=login action=http://login.mail.sohu.com/chkpwd.php method=post onsubmit="javascript:chklogin()">

看来通行证在邮箱这就不通了 :D

2006-05-15 Update: 不知道是sohu关注了我写的东西,还是自己也发现了这个已经数月的bug,现在已能从mail域名下登陆了。

sohu,email,bug

One thought on “Sohu邮箱登录的bug

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>