X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FAuth%2Finternal.pm;h=dfc5f301d768ab162dd1a22fdb4906920f322c9c;hb=842c10f453bc9f3857cfbae3c18b5ac7939f651c;hp=eea4870d7f43e7489301e3128be6dcbbc0bde415;hpb=812bc7c3fab50cefca3cae5b9430350c5a65a077;p=freeside.git diff --git a/FS/FS/Auth/internal.pm b/FS/FS/Auth/internal.pm index eea4870d7..dfc5f301d 100644 --- a/FS/FS/Auth/internal.pm +++ b/FS/FS/Auth/internal.pm @@ -48,7 +48,9 @@ sub change_password { my($self, $access_user, $new_password) = @_; # do nothing if the password is unchanged - return if $self->authenticate( $access_user, $new_password ); + #XXX breaks password changes in employee edit ($access_user object already + # has new [plaintext] password) + #return if $self->authenticate( $access_user, $new_password ); $self->change_password_fields( $access_user, $new_password );