avarun42 / arora-wiki

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

Arora stores usernames / passwords when it shouldn't #912

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a password proteced site for the first time
2. Reply "Never for this site" when ask whether to save this password.
3. Logout and re-connect.

What is the expected output? What do you see instead?

The username/pasword gets saved, even though the user explicitely disagreed on 
that.

The reason for that is, that QMessageBox::exec() does not return a button role 
as the code in AutoFillManager::post exepcts.

Original issue reported on code.google.com by r.i...@s-t.de on 31 Oct 2010 at 11:11

GoogleCodeExporter commented 9 years ago
I get "AutoFillManager: Unable to determine the request Referer" for these 
unintentionally stored logins, 

Original comment by Tomas.Ta...@gmail.com on 31 Oct 2010 at 10:15

GoogleCodeExporter commented 9 years ago
This is the same issue: http://code.google.com/p/arora/issues/detail?id=772

Original comment by Tomas.Ta...@gmail.com on 31 Oct 2010 at 10:54

GoogleCodeExporter commented 9 years ago
Yes, indeed. I din't see that. Anyway, someone actively working on the rpoject 
might consider the attached fix...

Original comment by r.i...@s-t.de on 1 Nov 2010 at 7:26

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the report, I have fixed this in 
d8e83f65ee738a56ffc0703f065e8c74f08697e7

Original comment by ice...@gmail.com on 6 Feb 2011 at 9:54