forked from ltb-project/self-service-password
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-commit RACF mode with preg_match_all fix
A change got missed in the bulk merge... the verify of the bind() with expired password (testing for expiry in the extended response) was lost. Also, the testing for invalid characters in the password seemed to have suffered from a change in the `preg_match_all` behaviour with PHP 8 -- it failed because the '/' character was in the pattern and that char was the delimiter of the regex in the code. Since "|" is a valid char, I've used that as the regex delimiter.
- Loading branch information
Showing
4 changed files
with
17 additions
and
612 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.