From 5729aa6ba8f0c316460b3ca593dc8f266313b52d Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 20 Oct 2003 22:13:11 +0000 Subject: [PATCH] adding a comment about the username renaming --- docs/gotcha.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index fe4e5f4d6..34e4bdae6 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -23,6 +23,13 @@ save you many hours of grief. discussions then you'll need to rebuild them because the discussion data structures have changed significantly. + * Due to a previous bug in WebGUI some databases will have duplicate + usernames. WebGUI 5.5.0 has a mechanism to make this + impossible, but in order for it to work we must first get rid + of all the duplicates. Therefore some usernames will be + renamed with an integer like at the end. So if you have two + users called "joe" then one of them will be renamed to "joe1". + 5.4.1 --------------------------------------------------------------------