Skip to content

Update password length to 256 #941

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

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Conversation

yogeshpaliyal
Copy link
Owner

@yogeshpaliyal yogeshpaliyal commented Aug 11, 2024

Fixes #922

Update the password length slider to support a maximum length of 256 characters.

  • Change the valueRange parameter of the Slider component in PasswordLengthInput.kt to 7f..256f.
  • Change the steps parameter of the Slider component in PasswordLengthInput.kt to 249.

For more details, open the Copilot Workspace session.

Fixes #922

Update the password length slider to support a maximum length of 256 characters.

* Change the `valueRange` parameter of the `Slider` component in `PasswordLengthInput.kt` to `7f..256f`.
* Change the `steps` parameter of the `Slider` component in `PasswordLengthInput.kt` to `249`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/yogeshpaliyal/KeyPass/issues/922?shareId=XXXX-XXXX-XXXX-XXXX).
@yogeshpaliyal yogeshpaliyal merged commit cb380de into master Aug 13, 2024
3 checks passed
@yogeshpaliyal yogeshpaliyal deleted the update-password-length branch August 13, 2024 04:20
github-actions bot pushed a commit that referenced this pull request Aug 13, 2024
Fixes #922

Update the password length slider to support a maximum length of 256 characters.

* Change the `valueRange` parameter of the `Slider` component in `PasswordLengthInput.kt` to `7f..256f`.
* Change the `steps` parameter of the `Slider` component in `PasswordLengthInput.kt` to `249`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/yogeshpaliyal/KeyPass/issues/922?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate Password Password Length: 256
1 participant