Hallo list members!

I'm looking for best practise how to implement password change for my appliaction.
I'm using securityfilter for auth, problem is that i would like to create forward to password change page if user password == "default".
Is it possible to put some logic into ActionServlet's service() to check is user password == "default" and then forward to PasswordChange action? I know that I can crete base action (with passowrd check logic) for all action's but i think there should be more proper way to solve my problem.


Thanks for help,
H0nd4

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to