diff --git a/config.rst b/config.rst index 91e3be7083..c76c723df9 100644 --- a/config.rst +++ b/config.rst @@ -223,9 +223,12 @@ cookie authentication modes (or 'config' authentication mode since phpMyAdmin privilege on the *mysql.user (all columns except "Password")*, *mysql.db (all columns)* and *mysql.tables\_priv (all columns except "Grantor" and "Timestamp")* tables. This account is used to check what databases the user -will see at login. Please see the :ref:`setup` on :ref:`authentication_modes` -for more information. In phpMyAdmin versions before 2.2.5, those were called -"stduser/stdpass". +will see at login. + +.. versionchanged:: 2.2.5 + those were called "stduser/stdpass" + +.. seealso:: :ref:`setup`, :ref:`authentication_modes` .. config:option:: $cfg['Servers'][$i]['auth_type'] diff --git a/faq.rst b/faq.rst index 2d8a9234f0..80cef453e9 100644 --- a/faq.rst +++ b/faq.rst @@ -566,9 +566,7 @@ This is not specific to phpmyadmin, it's just the behavior of Apache. http://backend.example.com/%7Euser/phpmyadmin ProxyPassReverseCookiePath /%7Euser/phpmyadmin /mirror/foo -See `http://httpd.apache.org/docs/2.2/mod/mod\_proxy.html -`_ for more -details. +.. seealso:: .. _faq1_41: