[auth] Minor comment rewording

This commit is contained in:
Alessandro Pasotti 2017-10-26 11:11:56 +02:00
parent 5571a878b1
commit c780ab9bd2

View File

@ -240,7 +240,7 @@ bool QgsServer::init()
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
// 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)