bmarwell commented on issue #1022: URL: https://github.com/apache/shiro/issues/1022#issuecomment-1793738733
> I would think shiro can be to read the old password (but not write them) , then we guide users to change new password No, Shiro cannot read your password. If you used the hash Algorithms from Shiro 1, then the passwords the user enters will be hashed with the same algorithm and THEN compared to the string which was saved. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
