AMPostAuthProcessInterface
Hi,
I've written a PostAuthentication class which implements AMPostAuthProcessInterface. I've placed it in a jar, did the settings in the service (core authentication) tab in AM Console, no problem, everything works, I'm able to place breakpoints, ....
The problem occurs when the user is forced to change his password. He is then redirected to a login screen which looks like this:
-Old password
-New pwd
-Confirm new pwd
The PostAuth class methods onLoginSuccess & onLoginFailure are called when I make a typos and stuff, still no problem.
Now, I want to be able to deal with the fact that the NEW pwd and the Confirmation are different. Can anybody tell my whyneither onSuccess nor onFailureare called when both passwords are different?
The screen is simply reloaded, without message. Doesn't the PostAuht module needs to be called after Authenticating, regardless of the fact that there are mistakes made by the user?
Does anyone have any experience with this?
Thanks a lot!
Regards,
Philip

