diff --git a/Documentation.html b/Documentation.html
index a985136b9..465c30c80 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -271,13 +271,16 @@
Using authentication modes:
- - Http and cookie authentication modes are recommended in a multi-user
- environment where you want to give users access to their own database
- and don't want them to play around with others.
+
- Http and cookie authentication modes are recommended in a multi-user
+ environment where you want to give users access to their own
+ database and don't want them to play around with others.
Nevertheless be aware that MS Internet Explorer seems to be really
buggy about cookies, at least till version 6. And php 4.1.1 is also a
- bit buggy in this area!
+ bit buggy in this area!
+ Even in a single-user environment, you might prefer to use
+ http or cookie mode so that your user/password pair are not in clear
+ in the configuration file.
- Http and cookie authentication modes are more secure: the MySQL
password does not need to be set in the phpMyAdmin configuration file