Skip to content
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

Raise max password length #114

Open
ChandonPierre opened this issue Apr 28, 2023 · 1 comment
Open

Raise max password length #114

ChandonPierre opened this issue Apr 28, 2023 · 1 comment

Comments

@ChandonPierre
Copy link

Maximum password length appears to be hardcoded to 20:

def get_maximum_password_length(self):
return 20

Modern/currently supported versions of Windows should be able to accept password lengths of 128 characters.

@daevski
Copy link

daevski commented Mar 2, 2024

yeah, what is going on here??? This is not correct and needs to be updated! Thanks for creating this issue @ChandonPierre.

Workaround for now, set a 30 char password and then after build change it what you really need.

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

No branches or pull requests

2 participants