username0x0a / eternityplugins

Collection of self-made or modded Miranda IM plugins
0 stars 0 forks source link

Password shown as notification balloon title #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What product are you using? (Also please, select lower in Labels in
Product-* field)
Facebook 

What version of the product are you using? On what operating system?
Plugin: 0.1.1.1
Miranda IM 0.8.27
Windows XP SP3

What steps will reproduce the problem?
1. Upgrade from previous plugin version to 0.1.1.1
2. Leave "Enable notifications" on
3. A third party leaves a reply

What is the expected output?
e.g. "Reply by [third party] on:"

What do you see instead?
The first line of the balloon pop-up shows my password.

Please provide any additional information below.
Account (user details) seem locked, will file separate issue for this.

Original issue reported on code.google.com by DWizzy@gmail.com on 4 Jul 2010 at 9:55

GoogleCodeExporter commented 9 years ago
Could you attach a screenshot? I can't find a reason why this could happen :/

Original comment by n3weRm0re.ewer on 11 Jul 2010 at 10:48

GoogleCodeExporter commented 9 years ago
As requested a screenshot. Notice that I did change my password but my old one 
is still left somewhere in plain-text in my profile (All.dat)
This old one (starting with "lo") shows up in pop-ups like the one in the 
screenshot.

Original comment by DWizzy@gmail.com on 11 Jul 2010 at 10:48

Attachments:

GoogleCodeExporter commented 9 years ago
How have you named your Miranda FB account in Accounts dialog?

Original comment by n3weRm0re.ewer on 19 Jul 2010 at 4:00

GoogleCodeExporter commented 9 years ago
It is called FB and I am really uncertain now.. I suppose back when I set up 
the account I named it after my password and soon renamed it (the avatar folder 
was named after my password too).
Thanks anyway!

Original comment by DWizzy@gmail.com on 19 Jul 2010 at 7:52

GoogleCodeExporter commented 9 years ago
That is the mistake most probably :) Miranda code keeps 2 different names for 
accounts:

- internal one, used in DB, for internal calls etc. - with strict naming
- external one, user friendly, used in GUI like Options, Acc Dialog etc. - with 
user-friendly naming

If you've filled in the internal account name (the last line when creating an 
account), which is NOT required, only optional, this internal name is kept in 
the DB. Problem lays here:

http://code.google.com/p/eternityplugins/source/browse/trunk/facebook/process.cp
p#119

The pop-up should show external name, not internal, as present in code.

If you want to solve it instantly, delete your actual account and recreate with 
another or no internal name filled in, Miranda can name it automatically by 
internal rules.

Original comment by n3weRm0re.ewer on 20 Jul 2010 at 9:02