From e2bc11c4fff4a0a0f81ebed9f6f5a409a5d849f3 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Thu, 11 Feb 2016 12:00:36 -0500 Subject: [PATCH] Document some known issues Signed-off-by: Isaac Bennetch --- doc/setup.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/setup.rst b/doc/setup.rst index a6912cb618..8615a388a1 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -652,3 +652,21 @@ are always ways to make your installation more secure: * If you are afraid of automated attacks, enabling Captcha by :config:option:`$cfg['CaptchaLoginPublicKey']` and :config:option:`$cfg['CaptchaLoginPrivateKey']` might be an option. + +Known issues +++++++++++++ + +Users with column-specific privileges are unable to "Browse" +------------------------------------------------------------ + +If a user has only column-specific privileges on some (but not all) columns in a table, "Browse" +will fail with an error message. + +As a workaround, a bookmarked query with the same name as the table can be created, this will +run when using the "Browse" link instead. `Issue 11922 `_. + +Trouble logging back in after logging out using 'http' authentication +---------------------------------------------------------------------- + +When using the 'http' ``auth_type``, it can be impossible to log back in (when the logout comes +manually or after a period of inactivity). `Issue 11898 `_.