PasswordEncoderInterface::isPasswordValid()

bool isPasswordValid(string $encoded, string $raw, string $salt)

Checks a raw password against an encoded password.

Parameters

string $encoded An encoded password
string $raw A raw password
string $salt The salt

Return Value

bool true if the password is valid, false otherwise
doc_Symfony
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.