← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1628473] Re: Unable to retrieve username/password for owncloud provider

 

This bug was fixed in the package online-accounts-api -
0.1+16.10.20161006.3-0ubuntu1

---------------
online-accounts-api (0.1+16.10.20161006.3-0ubuntu1) yakkety; urgency=medium

  * Fix reply of password-based authentication (LP: #1628473)

 -- Alberto Mardegan <mardy@xxxxxxxxxxxxxxxxxxxxx>  Thu, 06 Oct 2016
09:57:58 +0000

** Changed in: online-accounts-api (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to online-accounts-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1628473

Title:
  Unable to retrieve username/password for owncloud provider

Status in webapps-sprint:
  Fix Committed
Status in online-accounts-api package in Ubuntu:
  Fix Released

Bug description:
  I am trying to use online-accounts-api to access the credentials for a
  service attached to an OwnCloud account (using the provider from
  account-plugin-owncloud).  However, when I successfully authenticate,
  the username and password returned by the PasswordReply object are
  both blank.

  I poked around with d-feet, and when I manually invoked the
  Authenticate() D-Bus method for my service, the return dictionary was:

      {'Secret': 'pass', 'UserName': 'user'}

  Looking at the client library code, it instead expects keys "Username"
  and "Password".

  So either account-plugin-owncloud is wrong, or libonline-accounts-qt1
  is.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1628473/+subscriptions


References