Skip to content

Commit

Permalink
Adding information on DB credentials storage (#2041)
Browse files Browse the repository at this point in the history
Fix #1458
  • Loading branch information
DelazJ committed Sep 4, 2017
2 parents b237519 + d6e4cd9 commit cebf919
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions source/docs/user_manual/managing_data_source/opening_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -522,19 +522,15 @@ other database types, see their differences at :ref:`db_requirements`.
* **Username**: User name used to log in to the database.
* **Password**: Password used with *Username* to connect to the database.

Optionally, depending on the type of database, you can activate the following
checkboxes:

* |checkbox| :guilabel:`Save Username`
* |checkbox| :guilabel:`Save Password`
* |checkbox| :guilabel:`Only show layers in the layer registries`
* |checkbox| :guilabel:`Don't resolve type of unrestricted columns (GEOMETRY)`
* |checkbox| :guilabel:`Only look in the 'public' schema`
* |checkbox| :guilabel:`Also list tables with no geometry`
* |checkbox| :guilabel:`Use estimated table metadata`

You can save any or both of the ``username`` and ``password`` parameters, in
which case they will be used by default each time you need to connect to this
database. If not saved, you'll be prompted to fill the missing credentials to
connect to the database in next QGIS sessions; meanwhile the connection
parameters you entered are stored in a temporary internal cache and returned
whenever a username/password for the same database is requested, until you
close the current QGIS process.

.. warning:: **QGIS User Settings and Security**
.. warning:: **QGIS User Settings and Security**

In the :guilabel:`Authentication` tab, saving **username** and **password**
will keep unprotected credentials in the connection configuration. Those
Expand All @@ -544,6 +540,14 @@ checkboxes:
See :ref:`authentication_index` for more details) or in a service connection
file (see :ref:`pg-service-file` for example).

Optionally, depending on the type of database, you can activate the following
checkboxes:

* |checkbox| :guilabel:`Only show layers in the layer registries`
* |checkbox| :guilabel:`Don't resolve type of unrestricted columns (GEOMETRY)`
* |checkbox| :guilabel:`Only look in the 'public' schema`
* |checkbox| :guilabel:`Also list tables with no geometry`
* |checkbox| :guilabel:`Use estimated table metadata`

.. tip:: **Use estimated table metadata to speed up operations**

Expand Down

0 comments on commit cebf919

Please sign in to comment.