Skip to content

Conversation

@lemmon
Copy link
Contributor

@lemmon lemmon commented Feb 22, 2025

This PR fixes an issue in the PHP password generator where the range definition was incorrectly set to range('Z', 'Z'), which resulted in an array containing only ['Z']. The correct range should be range('A', 'Z') to properly include all uppercase letters from A to Z.

Changes:

  • Updated range('Z', 'Z') to range('A', 'Z') to correctly generate the intended character set.

@pH-7
Copy link
Owner

pH-7 commented Mar 1, 2025

Nice catch! Thank you @lemmon! 😊

@pH-7 pH-7 merged commit 83e0591 into pH-7:main Mar 1, 2025
2 of 4 checks passed
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.

2 participants