AudioDidact\User::passwdCorrect
Checks if plaintext password when hashed, matches the hashed password stored in this User
Signature
public function passwdCorrect(string
$passwd )
Parameters
$passwd
— string- The password to check against the password stored in the database
Returns
- bool
Test Coverage
Information
- Coverage: 0/9 Lines (0%)
- Tests: 0
- Passed: 0 (0%)