[telepathy] [Bug 333603] ktp-auth-handler can't authenticate passwords with non-latin characters.
David Edmundson
kde at davidedmundson.co.uk
Tue Apr 22 19:59:57 BST 2014
https://bugs.kde.org/show_bug.cgi?id=333603
David Edmundson <kde at davidedmundson.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kde at davidedmundson.co.uk
--- Comment #3 from David Edmundson <kde at davidedmundson.co.uk> ---
Just tested.
Set my password to baƱo.
>From kwallet readPassword we get
@s "ba\241o"
startMechanismWithData has:
@s "X-TELEPATHY-PASSWORD"
@ay "ba\195\177o"
relevant line of code says:
m_saslIface->StartMechanismWithData(QLatin1String("X-TELEPATHY-PASSWORD"),
m_walletInterface->password(m_account).toUtf8());
Which looks right to me...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-telepathy-bugs
mailing list