YongGoose commented on issue #7331:
URL: 
https://github.com/apache/incubator-seata/issues/7331#issuecomment-2868116274

   @YoWuwuuuw 
   
   After our conversation, I discovered that in version `2.x`, passwords were 
encrypted using `PasswordEncoder`.
   
   So I reviewed the login process and confirmed that password comparison is 
also handled internally using `PasswordEncoder`. As a result, I updated the 
logic to encrypt passwords using `PasswordEncoder`.
   
   Thanks to your help, I was able to catch this bug early. 🙇🏻‍♂️
   I also added an integration test to cover this scenario.
   
   I'll close this issue now. Thank you!
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to