diff --git a/Documentation.html b/Documentation.html
index 246226880..040791452 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -314,9 +314,7 @@
Advanced authentication is secure as the standard user needs just
- read-only-access to the mysql database. MySQL passwords cannot be
- decrypted easily, so there's no chance for a normal user to look at
- other users' plaintext passwords.
+ read-only-access to the mysql database.
All you have to provide in config.inc is a standard user which can
connect to MySQL and read the mysql user/db table
@@ -332,10 +330,10 @@
$cfgServers[n]['stdpass'] string
phpMyAdmin always gives "Access denied" when using advanced
- authentification.
+ authentication.
This could happen for some reasons:
- When using advanced authentification, an user who logged out can not
+ When using advanced authentication, an user who logged out can not
relogs in with the same nick.
- This is related to the authentification mechanism (protocol) used by
+ This is related to the authentication mechanism (protocol) used by
phpMyAdmin. We plan to change it as soon as we may find enough free time
to do it, but you can bypass this problem: just close all the opened
browser windows and then go back to phpMyAdmin. You should be able to
@@ -749,7 +747,7 @@
sufficient to use the directory protection bundled with your webserver
(with Apache you can use .htaccess files, for example).
If other people have telnet access to your server,
- you should use phpMyAdmin's advanced authentification feature.
+ you should use phpMyAdmin's advanced authentication feature.
Suggestions: