Update docs and improve releasenotes

This commit is contained in:
eelke 2022-09-05 14:52:24 +02:00
parent da19c46d5e
commit 487f84cf95
4 changed files with 38 additions and 2 deletions

View file

@ -0,0 +1,35 @@
===================
Editing connections
===================
--------------
New connection
--------------
With the :guilabel:`Add connection` button you can create a new connection
configuration.
Entering a password is optional at this stage. You may need it ofcourse if you
want to save the password or test the connection. When you :guilabel:`test` the
connection and the the connection works a list of databases is populated to
select from for the database field.
-----------------
Edit a connection
-----------------
To edit a configuration you need to click the :guilabel:`Configure connection`.
Note the password field will always be empty even if a password was saved. As
long as you do not edit this field the saved password will stay unchanged. As
soon as you change this field or when you clear the :guilabel:`Save password`
checkbox the password will be updated or cleared when you accept your changes
by clicking :guilabel:`OK`.
-----------
Edit a copy
-----------
When you select :guilabel:`Configure copy` you will basically start editing
a new connection with the details of the connection that was selected. Note
the password will not be copied.

View file

@ -4,4 +4,5 @@ Connection Manager
.. toctree:: .. toctree::
editingconnection
passwordmanager passwordmanager

View file

@ -19,7 +19,7 @@ Resetting the password manager
------------------------------ ------------------------------
If you loose your password and want to start with a new empy password manager If you loose your password and want to start with a new empy password manager
use the menu option File > Reset password manager. use the menu option :menuselection:`File --> Reset password manager`.
-------- --------
Security Security

View file

@ -1,4 +1,4 @@
--- ---
fixes: fixes:
- | - |
Make F5 work again for refreshing the catalog and CRUD views. Make :kbd:`F5` work again for refreshing the catalog and CRUD views.