diff --git a/doc/config.rst b/doc/config.rst index 30caa2e8bd..1fd3bed352 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1414,10 +1414,10 @@ Main panel :type: boolean :default: true - Defines whether to display the "PHP information" and "Change password - " links and form for creating database or not at the starting main - (right) frame. This setting does not check MySQL commands entered - directly. + Defines whether to display the :guilabel:`PHP information` and + :guilabel:`Change password` links and form for creating database or not at + the starting main (right) frame. This setting does not check MySQL commands + entered directly. Please note that to block the usage of phpinfo() in scripts, you have to put this in your :file:`php.ini`: @@ -1426,8 +1426,8 @@ Main panel disable_functions = phpinfo() - Also note that enabling the "Change password " link has no effect with - "config" authentication mode: because of the hard coded password value + Also note that enabling the :guilabel:`Change password` link has no effect + with config authentication mode: because of the hard coded password value in the configuration file, end users can't be allowed to change their passwords.