- Summary:
-
Remove mentions of passwords from the pidgin account dialog issue fix #PIDGIN-17482Remove mentions of passwords from the pidgin account dialog
- Description:
-
~ Remove mentions of passwords from the pidgin account dialog issue fix #PIDGIN-17482
~ Remove mentions of passwords from the pidgin account dialog
- Bugs:
Remove mentions of passwords from the pidgin account dialog
Review Request #572 — Created March 13, 2021 and submitted
Remove mentions of passwords from the pidgin account dialog
This fixes #PIDGIN-17482
|
Description | From | Last Updated |
---|---|---|
The menu option you're removing here exists expliclty because XMPP allows in-band password changes. What exactly is the reason to … |
rekkanoryo | |
Please do not comment out unused lines, rather really remove them. |
qarkai | |
Sorry I just noticed this now, but it looks like something happened between rev 4 and rev 5 of your … |
grim | |
So the diff looks like it's just the last commit again? |
grim | |
password_box, password_entry and remember_pass_check are uninitialized now. Probably they should be removed from AccountPrefsDialog. |
qarkai | |
Looks like trailing whitespace here and on 306. |
grim | |
value still has value from line 1325, i.e. alias. |
qarkai | |
looks like there's still some trailing whitespace here. |
grim | |
There is no password field, so there's no reason to set or unset the password here. Please check the entire … |
QuLogic | |
This all still has to go away... If there's no password entry in the dialog, the password cannot and should … |
QuLogic |
-
-
The menu option you're removing here exists expliclty because XMPP allows in-band password changes. What exactly is the reason to remove this? Your comment in the linked issue that "This field is no longer used" is not correct. Not all XMPP servers allow in-band password changes, but that doesn't mean that none do.
- Change Summary:
-
Removed passworrd mention from the account dialogue
- Testing Done:
-
This fixes #PIDGIN-17482
~ ~ + + + + |
- Commit:
-
04570c6873767da80985b4f0
- Diff:
-
Revision 2 (+15 -15)
- Change Summary:
-
Removal of
password_box
,password_entry
andremember_pass_check
from gtkaccount - Commit:
-
7da80985b4f0193e3e15c324
- Diff:
-
Revision 3 (+53 -53)
- Change Summary:
-
Removed unused & commented code
- Commit:
-
193e3e15c324df72a3c90540
- Diff:
-
Revision 4 (+2 -55)
- Change Summary:
-
Removal of white spaces and value from line 1325(alias)
- Commit:
-
df72a3c90540b23f768bf7d2
- Diff:
-
Revision 5 (+1 -20)
- Change Summary:
-
Removed trailing whitespace on line 305
- Commit:
-
b23f768bf7d2aa54fe44d03a
- Diff:
-
Revision 6 (-19)
- Change Summary:
-
Deleted password field from the latest updated pull
- Commit:
-
aa54fe44d03a14349a16b04c
- Diff:
-
Revision 7 (+1 -58)
- Change Summary:
-
Deleted password field from the latest updated pull (Minor Change)
- Commit:
-
14349a16b04cdd0a43feeeca
- Diff:
-
Revision 8 (+1 -58)
- Change Summary:
-
Removed comment regarding set or unset of password
- Commit:
-
dd0a43feeeca634a54ee2541
- Diff:
-
Revision 9 (-7)
- Change Summary:
-
Removed
value
parameter from thepurple_credential_manager_write_password_async
due to absence of password field - Commit:
-
634a54ee254151ed26c73735
- Diff:
-
Revision 10 (+1 -1)
- Change Summary:
-
After rebase: Remove mentions of passwords from the pidgin account dialog
- Commit:
-
51ed26c7373532e216120df4
- Diff:
-
Revision 11 (+2 -66)