qgis / QGIS-Django

Django project for QGIS related activities such as plugin repository
http://qgis.org
GNU General Public License v2.0
86 stars 59 forks source link

Disable ldap login in environment template file #409

Closed Xpirix closed 1 month ago

Xpirix commented 1 month ago

Currently, the tests in GH actions are trying to login with ldap and generates errors as it's not allowed. This PR proposes to disable ldap login by default in the env.template file to fix this issue.