From 891ce8838f10d598a4a59870e4703388ca7ca3a5 Mon Sep 17 00:00:00 2001 From: "tara%tequilarista.org" <> Date: Sat, 20 Jan 2001 04:57:52 +0000 Subject: Landing suggested addition from Bernd Eckenfels for bug # 56822 --- sanitycheck.cgi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sanitycheck.cgi') diff --git a/sanitycheck.cgi b/sanitycheck.cgi index 51ad8e845..d19206cdd 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -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))"); -- cgit v1.2.3-24-g4f1b