-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
In-browser password generator does not respect "Also include" saved settings from KeepassXC window #6473
Labels
Milestone
Comments
We need to either:
I vote for # 1 |
This probably needs a fix to KeePassXC side. The password is retrieved directly from |
mknjc
referenced
this issue
in mknjc/keepassxc
Apr 9, 2021
Fixes: keepassxreboot/keepassxc-browser#1297
mknjc
referenced
this issue
in mknjc/keepassxc
Apr 9, 2021
Fixes: keepassxreboot/keepassxc-browser#1297
mknjc
referenced
this issue
in mknjc/keepassxc
Apr 9, 2021
Fixes: keepassxreboot/keepassxc-browser#1297
mknjc
referenced
this issue
in mknjc/keepassxc
Apr 9, 2021
Ignore the advanced character classes when advanced mode is disabled like the PasswordGeneratorWidget does Fixes: keepassxreboot/keepassxc-browser#1297
Passphrase option seems to be broken too. |
droidmonkey
pushed a commit
to varjolintu/keepassxc
that referenced
this issue
Oct 24, 2021
droidmonkey
pushed a commit
that referenced
this issue
Oct 24, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
The in-browser password generator does not incude chars from the "Also include from" list that are saved sttings in the main keepassxc window. This results in potentially creating passwords with unexpected properties.
Current Behavior
Currently, if you set a list of chars that you wish to be added to meet password requirements like say
$%^&*
- the in-browser password generator function does not include these characters into the in-browser generated password. I have observed that all other settings are carried over from KeepassXC such as length, etc, but not the explicit list of chars.Possible Solution
Steps to Reproduce (for bugs)
@#$%&!
Debug info
KeePassXC - 2.6.4
KeePassXC-Browser - 1.7.7
Operating system: Linux, Fedora 33
Browser: Chromium, Brave
The text was updated successfully, but these errors were encountered: