We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5571a87 commit c780ab9Copy full SHA for c780ab9
src/server/qgsserver.cpp
@@ -240,7 +240,7 @@ bool QgsServer::init()
240
241
QgsApplication::createDatabase(); //init qgis.db (e.g. necessary for user crs)
242
243
- // Instantiate authentication system
+ // Initialize the authentication system
244
// creates or uses qgis-auth.db in ~/.qgis3/ or directory defined by QGIS_AUTH_DB_DIR_PATH env variable
245
// set the master password as first line of file defined by QGIS_AUTH_PASSWORD_FILE env variable
246
// (QGIS_AUTH_PASSWORD_FILE variable removed from environment after accessing)
0 commit comments