Skip to content

Commit

Permalink
always trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Mar 5, 2015
1 parent ededea9 commit babfb64
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -670,10 +670,7 @@ private void processPasswordChange ( final EntityManager em, final String email,

checkPassword ( password );

if ( user.getPasswordHash () == null )
{
clearHasUserCacheAdded ();
}
clearHasUserCacheAdded ();

applyPassword ( user, password );

Expand Down

0 comments on commit babfb64

Please sign in to comment.