Commit 891ce883 authored by tara%tequilarista.org's avatar tara%tequilarista.org

Landing suggested addition from Bernd Eckenfels for bug # 56822

parent 1e8a10cf
......@@ -148,6 +148,9 @@ CrossCheck("profiles", "userid",
["longdescs", "who", "bug_id"],
["namedqueries", "userid"]);
CrossCheck("profiles", "login_name",
["components", "initialowner"]),;
Status("Checking passwords");
SendSQL("SELECT COUNT(*) FROM profiles WHERE cryptpassword != ENCRYPT(password, left(cryptpassword, 2))");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment