strk / qgis_pgis_topoedit

PostGIS topology editor plugin for qgis
GNU General Public License v3.0
18 stars 9 forks source link

psycopg2.OperationalError: fe_sendauth: no password supplied #8

Closed strk closed 3 years ago

strk commented 3 years ago

When a layer requires credentials to be accessed, those credentials are not passed in by the plugin, resulting in the error:

psycopg2.OperationalError: fe_sendauth: no password supplied

strk commented 3 years ago

This actually works when configuring an authentication in the layer datasource ("Add PostGIS Layer", Edit, Authentication)