diff --git a/Documentation.html b/Documentation.html
index af69f2869..2e22eef6b 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -381,6 +381,7 @@
CREATE TABLE bookmark (
id int(11) DEFAULT '0' NOT NULL auto_increment,
dbase varchar(255) NOT NULL,
+ user varchar(255) NOT NULL,
label varchar(255) NOT NULL,
query text NOT NULL,
PRIMARY KEY (id)
@@ -394,11 +395,6 @@
able to find the bookmark table.
-
- For security reasons, if you want to use the bookmark feature with
- advanced authentification, you must configure a different
- $cfgServers section for each user.
-