You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FAIL] User xxx has a password set on their account. Only system users are allowed on the image.
[FAIL] User root has a password set on their account.
ubuntu:20.04.6 LTS (Focal Fossa)
I want to put on the marketplace, run the script according to your requirements and get an error. How should I deal with this error? The directory in which the script is to be executed.
Thank you.
The text was updated successfully, but these errors were encountered:
root@droplet:~# passwd --delete root
passwd: password expiry information changed.
root@droplet:~# grep root /etc/shadow
root::19906:0:14600:14:::
root@droplet:~# chage -l root
Last password change : Jul 02, 2024
Password expires : never
Password inactive : never
Account expires : never
Minimum number of days between password change : 0
Maximum number of days between password change : 14600
Number of days of warning before password expires : 14
root@droplet:~#
it seems to work only when I edit manuallt and add *:
Script address:https://github.com/digitalocean/marketplace-partners/blob/master/scripts/99-img-check.sh
[FAIL] User xxx has a password set on their account. Only system users are allowed on the image.
[FAIL] User xxx has a password set on their account. Only system users are allowed on the image.
[FAIL] User root has a password set on their account.
ubuntu:20.04.6 LTS (Focal Fossa)
I want to put on the marketplace, run the script according to your requirements and get an error. How should I deal with this error? The directory in which the script is to be executed.
Thank you.
The text was updated successfully, but these errors were encountered: