Bug 269230 - Open Accounts KCM when account authentication fails
Summary: Open Accounts KCM when account authentication fails
Status: RESOLVED INTENTIONAL
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: contactlist (show other bugs)
Version: git-latest
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: 0.4.0
Assignee: Martin Klapetek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-23 14:15 UTC by Alin M Elena
Modified: 2012-07-06 12:47 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alin M Elena 2011-03-23 14:15:52 UTC
Version:           git-latest (using Devel) 
OS:                Linux

when authenthification fails for an account, the configure window for the account should be displayed.



Reproducible: Didn't try




OS: Linux (x86_64) release 2.6.38-27-desktop
Compiler: gcc
Comment 1 David Edmundson 2011-03-25 15:38:06 UTC
I'm not sure anything should automatically pop up. That has risk of being annoying, especially if it doesn't explain the problem.

My thoughts:
 - The Accounts KCM should start automatically trying to connect you when you make a new account (that was on a todo list somewhere) at which point this issue becomes a lot less important (but still valid)

 - The contact list needs to display that it can't connect for /any/ issue not just auth fails, but the server being invalid refusing connections etc. Ideally with the same error string as appears in the accounts KCM.

 - we need to a link to load up the correct account configure. Technically I think the contact list /could/ embed the dialog, OR we add a mechanism to the accounts KCM to look for command line args and open the relevant dialog.

Make sure to liaise with the account KCM people.
Comment 2 Martin Klapetek 2011-03-25 16:05:54 UTC
Yes, I agree. My idea wasn't exactly to open accounts kcm in case of auth fails, but to let the user know via the messageFrame and offer him to open the accounts kcm for additional config. I like the idea of loading the particular account config by passing some arg. 

Who are the account kcm people btw?
Comment 3 David Edmundson 2011-09-20 13:30:32 UTC
With the SASL handler this is now obsolete. This should keep prompting for passwords until it works.