hi,
when my application users change their password, they should relogin again!
I get current user from SecurityContext change the password in the UserDetail object and persist it using Hibernate, but at this point the user is logged out and should relogin with new password,
how should I solve this problem?
I'm using Acegi 0.7.


