<cite>ismcagdas: </cite> Hi,
Where did you use this code ? I think it's in a non unitOfWork method and because of that CurrentUnitOfWork is null in your case.
fixed...thanks alot
<cite>ismcagdas: </cite> Hi,
Did you debug the ResetPassword action. Because if user is null or password reset operation is successfull, both goes to same page. Maybe user is null in your case, is that possible ?
hello, user is not null i am getting the correct user and the password is resetting(in my code) also, but the problem is it is not getting saved in my database
@hikalkan i hav put filter its giving me error "Object reference not set to an instance of an object."