From 43a1ea08dba989056a16532631adc5df94a65fc6 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" Date: Fri, 9 Jun 2006 11:31:24 +0000 Subject: [PATCH] Documentation patch for bug 340904: remove false statement from documentation that specified the fact that we still store plain text passwords in the database (which is false); patch by Vlad Dascalu , r=LpSolit. git-svn-id: svn://10.0.0.236/trunk@199590 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/docs/xml/customization.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/bugzilla/docs/xml/customization.xml b/mozilla/webtools/bugzilla/docs/xml/customization.xml index f81aac75c3e..03bb2b1e318 100644 --- a/mozilla/webtools/bugzilla/docs/xml/customization.xml +++ b/mozilla/webtools/bugzilla/docs/xml/customization.xml @@ -1028,9 +1028,9 @@ will be nice when the components table supports these same features, so you could close a particular component for bug entry without having to close an entire product... -profiles: Ahh, so you were wondering where your precious user information was -stored? Here it is! With the passwords in plain text for all to see! (but -sshh... don't tell your users!) +profiles: This table contains details for the current user accounts, +including the crypted hashes of the passwords used, the associated +login names, and the real name of the users. profiles_activity: Need to know who did what when to who's profile? This'll tell you, it's a pretty complete history.