Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在用户注册后自动登录。我有相同的登录脚本,注册后它不起作用。有什么问题?这是一个有点旧的脚本,但我真的想让它再次工作。 http://pastie.org/private/ibfebmgzfo6ovug0pnjudg
我强烈建议不要使用该脚本或大幅更改它。使用 MD5 散列密码已过时,密码通过POST-request纯文本传递到此页面。此外,它还容易受到 SQL 注入的影响。一点都不安全。
POST-request