~/.mission-control/accounts/accounts.cfg is readable by everyone (and the directories are rx for everybody). This means everybody can read your passwords.
Fixing that now.
Workaround: `chmod 0700 ~/.mission-control` and/or `chmod 0700 ~/.mission-control/accounts`, or run MC with umask 077. Current MC will lose the correct permissions of accounts.cfg every time it writes that file (and reset them to 0644), but chmod'ing the directories should work fine.
review+ from wjt, fixed in git, and in 5.2.2 shortly.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.