UserPasswordEncoder::encodePassword()

string encodePassword(UserInterface $user, string $plainPassword)

Encodes the plain password.

Parameters

UserInterface $user The user
string $plainPassword The password to encode

Return Value

string The encoded password
doc_Symfony
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.