-
-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ask to save new credentials in apps and browsers #524
Comments
Are you talking about registering a new account or providing credentials once the account is created? |
Example: i go to Yahoo login page and type in username and password (no autofill prompt cause credentials are not saved in keepass dx). After login in or say in the next step KeePassDX asks me if i want to save the credentials in keepass dx(yes/no). Similarly it can be (i am not sure) during(or after) a new account creation also. Many password managers do this e.g. Dashlane. |
Okay, this functionality will be done in a second step. I must already manage the identifiers which are known. But once this code is completed, I can study how the registration of new items works. |
Thanks. 🙏 |
I studied a possible way and I have to make a new workflow which does not conflict with read only. I intend to make a button to switch on the fly between "selection mode" and "recording mode". |
@J-Jamet I'm new to this project is there a documentation?? so I could follow up and contribute to the project |
There is no technical documentation at the moment. You have to look at the sources, if you don't understand something you can ask. Otherwise there is the github wiki for global information. As the current project indicates, I am working on this functionality. Git branch : Autofill_Save |
For the feature advancement: I still have to save new entries in selection mode. But the registration from the autofill is ready.
For the application Id, it will be saved in a custom It will also be necessary to manage the conflicts of the read-only mode but I am rather happy with the progress. |
Hi @J-Jamet - Strongbox (an iOS KeePass client) dev here... just got notification of this from @hokonch... We (KeePassXC, myself and a few others) have been trying to sort of standardize a little the extensions to the KeePass format across clients so that everyone's databases work basically the same on different clients. One of the changes is "Alternative URLs". I wonder if this applies here? I might be misunderstanding the context here but if KeePassDX is looking for a method to store Alternative/Additional URLs for an entry it would be awesome if we could all use the same format/scheme. Is this something you think would work for KeePassDX? Kudos on the app by the way! Would be great to have you on board at keepassxreboot/keepassxc#4317 |
Yes of course, harmonization is a good thing. I had to change the name of the new URL fields because there was the prefix
I linkify links on the fly when they're already there, and I search globally, so that's okay with that.
Thanks for the link, I'll look at the conversation in more detail. |
Describe the solution you'd like
Every time any new credentials (username/password) is entered in apps and browsers, keepass dx should ask(if already not in database)if we want to save it.
Most of the other password managers like bitwarden, Samsung pass, dashlane do this.
App Version : 2.5RC1
Android version 9(pie)
Device: Samsung Galaxy s8.
The text was updated successfully, but these errors were encountered: