The Wayback Machine - https://web.archive.org/web/20201125141626/https://github.com/pterodactyl/panel/pull/1509
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

Match original database password length when doing a password reset #1509

Merged
merged 6 commits into from Mar 23, 2019

Conversation

@ZeProf2Code
Copy link
Contributor

@ZeProf2Code ZeProf2Code commented Mar 6, 2019

When creating a new database the password length is 16, but when performing a password reset, the new password is created with a length of 20 characters. While I'm not sure if this was done on purpose, this PR matches the 16 character length on password resets for consistency.


This is a duplicate of #1387

ZeProf2Code added 2 commits Mar 6, 2019
@LeCodeCo
Copy link
Contributor

@LeCodeCo LeCodeCo commented Mar 7, 2019

Instead of making the password weaker, I think that both should be set to 20, rather than 16.

ZeProf2Code added 3 commits Mar 7, 2019
@ZeProf2Code
Copy link
Contributor Author

@ZeProf2Code ZeProf2Code commented Mar 22, 2019

@DaneEveritt Please review when you have the time :)

@parkervcp
Copy link
Member

@parkervcp parkervcp commented Mar 23, 2019

Pretty simple increase in security. LGTM.

@DaneEveritt DaneEveritt merged commit 4460b68 into pterodactyl:develop Mar 23, 2019
2 checks passed
2 checks passed
continuous-integration/styleci/pr The analysis has passed
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
5 participants
You can’t perform that action at this time.