Drop the `user' password reset rule
[snf-image] / snf-image-helper / tasks / 50ChangePassword.in
index c5aa7f8..cbc5a84 100644 (file)
@@ -68,13 +68,6 @@ linux_password() {
         done
     else
         users+=("root")
-
-        local distro=$(get_distro $target)
-
-        if [ "x$distro" = "xubuntu" -o \
-             "x$distro" = "xfedora" ] ; then
-            users+=("user")
-        fi
     fi
 
     for i in $(seq 0 1 $((${#users[@]}-1))); do