Bugzilla – Attachment #173866: patch for /usr/share/YaST2/modules/Users.pm for bug #326794
return 0 if ($home_size == 0 && $org_size == 0); # nothing to do
return 0 if ($home eq $org_home && $username eq $org_username && $home_size == $org_size && $pw eq $new_pw);
return 0 if !defined $pw; # no change without password provided :-(
return 0 if (!defined $pw && !defined $new_pw); # no change without password provided :-(
return 1;
}