Hello,
How can i verify all accounts on a cpanel which have empty password?
How Do I Verify No Accounts Have Empty Passwords?
Moderator: Staff
cPanel Server Management
@ 30$ Onwards
@ 30$ Onwards
Re: How Do I Verify No Accounts Have Empty Passwords?
Log into your linux server as root and you must manually check the /etc/shadow file.
Command : cat /etc/shadow
If the second field (Encrypted password field) in /etc/shadow file is empty, it means password is empty.
{userName}:{password}:{lastpasswdchanged}:{Minimum_days}:{Maximum_days}:{Warn}:{Inactive}:{Expire}:
{password} = This should not be empty.
Martin
Support Staff
Nixtree Solutions
Managed Backups || Server Management
https://www.nixtree.com
Command : cat /etc/shadow
If the second field (Encrypted password field) in /etc/shadow file is empty, it means password is empty.
{userName}:{password}:{lastpasswdchanged}:{Minimum_days}:{Maximum_days}:{Warn}:{Inactive}:{Expire}:
{password} = This should not be empty.
Martin
Support Staff
Nixtree Solutions
Managed Backups || Server Management
https://www.nixtree.com