GNOME Bugzilla – Bug 701649
empathy will give user information after the account was deleted
Last modified: 2013-07-09 15:44:14 UTC
Steps: 1. Open Empathy (click Skip when you see the window asking you to fill in your first name, last name and nickname) 2. The Messaging and VOIP Accounts window will show 3. Click the plus sign to add a new account 4. Select Facebook Chat account and fill in your Facebook username and password (untick remember password) and proceed 5. When asked about the Untrusted connection click continue 6. Signout from account windowd and delete the account that you've created result: last user's login can be seen in chat window expected: no trace of user account should be left
Created attachment 248686 [details] [review] Reset the account setup message if the only account is deleted
Review of attachment 248686 [details] [review]: ++
Merged: commit 8991b0bd4316261776e7093aeae3534c68183722 Author: Travis Reitter <travis.reitter@collabora.co.uk> Date: Mon Jul 8 17:08:07 2013 -0700 Remove the name of an account once it has been deleted. This fixes a minor security issue where information about an account (its name) could be displayed after the point it was deleted. It only lasted until Empathy was quit. This patch ensures the name is scrubbed from Empathy immediately. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=701649 src/empathy-roster-window.c | 10 ++++++++++ 1 file changed, 10 insertions(+)