From 9f958c28f4a688087ef8322ed777c20a2d5f4bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 9 Nov 2012 12:14:55 +0100 Subject: [PATCH] Correctly use seealso --- config.rst | 9 ++++++--- faq.rst | 4 +--- 2 files changed, 7 insertions(+), 6 deletions(-) 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: