cyb3rko / pazzword

The most intelligent password evaluator app
Apache License 2.0
54 stars 2 forks source link

Password generator output length resetting on tab switch #2

Closed benni347 closed 1 year ago

benni347 commented 1 year ago

The length in the password gen is the same as the one entered in the input field for the password. Even if you changed it beforehand.

cyb3rko commented 1 year ago

What exactly do you mean? Could you explain how I can recreate this?

For me it seems to work.

benni347 commented 1 year ago

Ah, okay the steps to reproduce are:

  1. Generate a password: "Alphanumeric + Symbols", the length can be any.
  2. Copy it.
  3. Change the slider for the length.
  4. Paste the copied password into the analyze input.
  5. Press the analyze button.
  6. Go back to the generator.

The length will say 12. Not the length specified earlier, the slider will still be at the same position as positionef earlier.

cyb3rko commented 1 year ago

I understand now.

Actually, you don't have to copy anything. Just change the length, switch to another tab and come back to the generator. Thank you for reporting.

jensMF commented 1 year ago

Interestingly it creates passwords with the previuos selected length not with a length of 12. Same result for passphrase btw.

cyb3rko commented 1 year ago

@benni347 @jensMF Should be fixed in Version 1.2.3, can you confirm?

benni347 commented 1 year ago

Can't reproduce it in Version 1.2.3.