Skip to content

Commit

Permalink
PATCH: add MemberAuthenticator::checkPassword() to backtrace::$igno…
Browse files Browse the repository at this point in the history
…re_function_args
  • Loading branch information
sunnysideup authored and dhensby committed Mar 17, 2022
1 parent 081ec34 commit 334bd48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dev/Backtrace.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class Backtrace
['SilverStripe\\ORM\\DB', 'createDatabase'],
['SilverStripe\\Security\\Member', 'checkPassword'],
['SilverStripe\\Security\\Member', 'changePassword'],
['SilverStripe\\Security\\MemberAuthenticator\\MemberAuthenticator', 'checkPassword'],
['SilverStripe\\Security\\MemberPassword', 'checkPassword'],
['SilverStripe\\Security\\PasswordValidator', 'validate'],
['SilverStripe\\Security\\PasswordEncryptor_PHPHash', 'encrypt'],
Expand Down

0 comments on commit 334bd48

Please sign in to comment.