← Back to team overview

ubuntu-webapps-bugs team mailing list archive

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

 

Public bug reported:

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.

** Affects: online-accounts-api (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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 online-accounts-api package in Ubuntu:
  New

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/ubuntu/+source/online-accounts-api/+bug/1628473/+subscriptions


Follow ups