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
- A user/pasword pair used to verify the real user/password pair when - using advanced authentification. This user must be able to connect to + A user/password pair used to verify the real user/password pair when + using advanced authentication. This user must be able to connect to MySQL and read the mysql user table.
- Not needed when using basic authentification. + Not needed when using basic authentication.

@@ -345,8 +343,8 @@
The user/password-pair which phpMyAdmin will use to connect to this - MySQL-server when using basic authentification.
- Not needed when using advanced authentification. + MySQL-server when using basic authentication.
+ Not needed when using advanced authentication.

@@ -397,7 +395,7 @@
- If you are using advanced authentification, stduser must have + If you are using advanced authentication, stduser must have Select_Priv, Insert_Priv and Delete_Priv set to "Y" in mysql.db table for the bookmark database.

@@ -679,7 +677,7 @@

phpMyAdmin always gives "Access denied" when using advanced - authentification. + authentication.
This could happen for some reasons:

@@ -695,16 +693,16 @@
  • You have already setup a security mechanism for the phpMyAdmin-directory, eg. a .htaccess file. This would interfere with - phpMyAdmin's authentification, so remove it. + phpMyAdmin's authentication, so remove it.
  • - 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:

    @@ -1075,7 +1073,7 @@ Original Credits of Version 2.1.0 well as a bug-report. Plus many smaller improvements. - Jan Legenhausen <jan_at_nrw.net>: He made many of the changes that were introduced in 1.3.0 (including quite significant ones like the - authentification). For 1.4.1 he enhanced the table-dump feature. Plus + authentication). For 1.4.1 he enhanced the table-dump feature. Plus bug-fixes and help. - Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca> made phpMyAdmin language-independent by outsourcing the strings to a separate file. He