mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
master authentication password and store in keychain This avoids the need for users to manually create a pw, and makes things MUCH nicer for plugins which want to utilise the secure authentication framework. Right now the options for plugins are: 1. Create a auto generated password themselves and force it on the user (basically what we are doing here automatically now) 2. Show a confusing/scary message to users asking them to set a master password. From my experience users have NO idea what this means and consider it a QGIS bug.