Skip to content

Commit

Permalink
[auth] Minor comment rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 26, 2017
1 parent 5571a87 commit c780ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgsserver.cpp
Expand Up @@ -240,7 +240,7 @@ bool QgsServer::init()


QgsApplication::createDatabase(); //init qgis.db (e.g. necessary for user crs) QgsApplication::createDatabase(); //init qgis.db (e.g. necessary for user crs)


// Instantiate authentication system // Initialize the authentication system
// creates or uses qgis-auth.db in ~/.qgis3/ or directory defined by QGIS_AUTH_DB_DIR_PATH env variable // creates or uses qgis-auth.db in ~/.qgis3/ or directory defined by QGIS_AUTH_DB_DIR_PATH env variable
// set the master password as first line of file defined by QGIS_AUTH_PASSWORD_FILE env variable // set the master password as first line of file defined by QGIS_AUTH_PASSWORD_FILE env variable
// (QGIS_AUTH_PASSWORD_FILE variable removed from environment after accessing) // (QGIS_AUTH_PASSWORD_FILE variable removed from environment after accessing)
Expand Down

0 comments on commit c780ab9

Please sign in to comment.