i've just created a symfony2 form where i have a repeated password type. The whole form has a unique save submit button so right now the user is forced to write the password on each submit.
Does anyone knows how to avoid entering the password each time? Thx!!
UserManager::updatePassword(UserInterface $user)to change the encoded password if plainPassword is not empty. – mahok Feb 20 at 18:57