# HG changeset patch # User Marcin Kuzminski # Date 2016-10-14 10:27:20 # Node ID f7d4acaaf943a2350076a12d46cad3a12949abe1 # Parent d56114c076216ca92839ecda0293bba5f1f89218 docs: added infor about flash message suppressing. diff --git a/docs/admin/admin-tricks.rst b/docs/admin/admin-tricks.rst --- a/docs/admin/admin-tricks.rst +++ b/docs/admin/admin-tricks.rst @@ -62,6 +62,24 @@ 3. Select :guilabel:`Save`, and you will .. _md-rst: + +Suppress license warnings or errors +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +In case you're running on maximum allowed users, RhodeCode will display a +warning message on pages that you're close to the license limits. +It's often not desired to show that all the time. Here's how you can suppress +the license messages. + +1. From the |RCE| interface, select + :menuselection:`Admin --> Settings --> Global` +2. Select :guilabel:`Flash message filtering` from the drop-down menu. +3. Select :guilabel:`Save`, and you will no longer see the license message + once your page refreshes. + +.. _admin-tricks-suppress-license-messages: + + Markdown or RST Rendering ^^^^^^^^^^^^^^^^^^^^^^^^^