Spring Security BCryptPasswordEncoder: Encoded password does not look like BCrypt with same paswords
I’m developing a login service with kotlin and Spring Boot 2.5.5, and with a MySQL database. Everything seems to be working correctly (register user, delete user, update user), except that when I try to call the login endpoint from postman, I get an error: