I am currently using the new 1.2 passwordServices and passwordMatcher with a jdbcRealm to authenticate users. I am using a custom passwordMatcher that extends the standard passwordMatcher as I need to retrieve the encrypted passwords back from the bd.
I have a number scenarios where I need to perform a password check for added security. For example if the user wants to delete their account I want them to have to re-enter their password to confirm the action. Basically I'm looking for a method that returns a boolean to indicate if the password is correct. All my attempts so far have failed miserably so any suggestions would be really appreciated. Thanks -- View this message in context: http://shiro-user.582556.n2.nabble.com/Password-match-tp7520360.html Sent from the Shiro User mailing list archive at Nabble.com.
