michaelk83
michaelk83
Linking this to #6500 and #6520: - This here is basically the current password generator with an extra field for the current password, and the `Close` button replaced by `Save`...
May want to add an extra Open URL button here, in case the user forgot to open the website before launching the generator: ``` [ Cancel ] [ Open URL...
> Do we need an exhaustive list or would the 3 main ones work (AMEX, Visa, Mastercard)? You'd need to at least add "Other" for the remaining types. There are...
Email is an interesting one: - It's a very common field in online accounts, maybe common enough to include by default. (This has been requested [multiple times](https://github.com/keepassxreboot/keepassxc/issues?q=is%3Aissue+email+in%3Atitle).) - It's sometimes...
Done in #7885
> The next dot release will feature a warning for small passwords and we will think of something else for the next feature release. Personally, I think the strength indicator...
Need to escape them properly, using standard CSV escape methods. Converting to another character would just cause other instances of that character to be converted incorrectly on import. It would...
> A "Screenshots are enabled!" banner is exactly what you don't want if you intend to make screenshots of KeePassXC. Unless you can close it. Then the banner reminds, user...
After some more thought on my [#2010 comment](https://github.com/keepassxreboot/keepassxc/issues/2010#issuecomment-834442405), I think the "Auto assign new ..." checkbox can just say "Update when password is changed.", and should be checked by default....
> I like the rewording of the checkbox but I'm not sure about checking it by default, sounds like a user choice and would require assuming defaults. See my [comment...