summaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
diff options
context:
space:
mode:
authortara%tequilarista.org <>2001-01-20 05:57:52 +0100
committertara%tequilarista.org <>2001-01-20 05:57:52 +0100
commit891ce8838f10d598a4a59870e4703388ca7ca3a5 (patch)
tree7142ba39737baac7ac68e1f7eddecfe4c8330641 /sanitycheck.cgi
parent1e8a10cf2117301148b1121f62ed13a435a5af56 (diff)
downloadbugzilla-891ce8838f10d598a4a59870e4703388ca7ca3a5.tar.gz
bugzilla-891ce8838f10d598a4a59870e4703388ca7ca3a5.tar.xz
Landing suggested addition from Bernd Eckenfels for bug # 56822
Diffstat (limited to 'sanitycheck.cgi')
-rwxr-xr-xsanitycheck.cgi3
1 files changed, 3 insertions, 0 deletions
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))");