Bug 298020 - Allow to store passwords used by remote web services
Summary: Allow to store passwords used by remote web services
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-WishForNewTools (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-13 08:02 UTC by Alan Prescott
Modified: 2022-01-14 03:46 UTC (History)
7 users (show)

See Also:
Latest Commit:
Version Fixed In: 6.2.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Prescott 2012-04-13 08:02:21 UTC
User-Agent:       Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
Build Identifier: 

Ok, I don't know if this is the same with all the other 'Export to' sites as I only use PicasaWeb from the list ...

It would make sense for Gwenview to integrate with Kwallet so that users don't have to keep entering their passwords to upload photos.

I have 3 different Google accounts and it's rather tedious entering the password for each every time I want to use one, especially as I'm now using the improved verification with long passwords which simply have top be written down as I'd never remember them

Reproducible: Always

Steps to Reproduce:
1. Select Plugins | Export | Export to PicasaWeb
2. OR - change account
3.
Actual Results:  
Prompts for a password without remembering the last password entered for the account - password input field is blank


Expected Results:  
Use kwallet to remember the password for the each account
Comment 1 jos poortvliet 2013-06-11 19:53:19 UTC
I would greatly appreciate this as I use two-step authentication with Google and not remembering the password means creating a new one each time - that takes way too much time.
Comment 2 caulier.gilles 2015-05-19 12:16:46 UTC
*** Bug 330181 has been marked as a duplicate of this bug. ***
Comment 3 caulier.gilles 2015-05-19 12:33:29 UTC
*** Bug 339354 has been marked as a duplicate of this bug. ***
Comment 4 caulier.gilles 2015-05-19 13:53:11 UTC
*** Bug 299552 has been marked as a duplicate of this bug. ***
Comment 5 caulier.gilles 2015-05-19 15:35:51 UTC
Shourya,

See also bug #306415

Gilles
Comment 6 caulier.gilles 2018-11-03 11:01:59 UTC
WARNING : with digiKam 6.0.0 and later, we will not support kipi interface anymore. All tools are now located in digiKam core as well for a plan to provide a more power-full integration with Batch Queue Manager and to be able to export a workflow on a web-service.

All export tools are now available everywhere : album view, Image editor, Light table, and Showfoto. Previously, only album view from digiKam core was able to deal with export tools through libkipi.

All export tools are now located here :

https://cgit.kde.org/digikam.git/tree/core/utilities/assistants/webservices

All export tools use now a dedicated interface to communicate with the application : 

- digiKam (database) : 

https://cgit.kde.org/digikam.git/tree/core/libs/database/utils/ifaces/dbinfoiface.h

- Showfoto (files metadata) : 

https://cgit.kde.org/digikam.git/tree/core/utilities/assistants/common/dmetainfoiface.h


There is not direct use of digiKam database for compatibility with Showfoto.

We plan later to provide a dynamic loading of export tools using a plugins mechanism. This will reduce overloading of the internal core libraries. A dedicated devel branch have been created for that, but it's not yet complete:

https://cgit.kde.org/digikam.git/tree/?h=development/dplugins

But take a care, digiKam export tools as plugins will not be shared with another external application. API will still private and only shared between Showfoto and digiKam core. The experience with libkipi was bad and complex to maintain/extend in time.

Gilles Caulier
Comment 7 caulier.gilles 2019-07-27 13:07:15 UTC
Please test with 6.2.0 pre-release bundles available here :

https://files.kde.org/digikam/

Thanks in advance

Gilles Caulier
Comment 8 caulier.gilles 2019-07-27 13:12:03 UTC
Please test with 6.2.0 pre-release bundles available here :

https://files.kde.org/digikam/

Thanks in advance

Gilles Caulier
Comment 9 Philippe ROUBACH 2019-07-28 09:01:25 UTC
no more problem
Comment 10 caulier.gilles 2019-07-28 16:32:15 UTC
Thanks Philippe for your feedback.

I close this file now and all duplicates entries.

Gilles Caulier