DEV Community

dss99911
dss99911

Posted on • Originally published at dss99911.github.io

How to fix the "Authentication is disabled" error?

Solution

This worked for me. after execute the below, reboot

#Check if your account has securetoken enabled, (it probably does)
# Disable it then reenable it.
sysadminctl -secureTokenStatus <username>
sysadminctl -secureTokenOff <username> -password - -adminUser <adminusername> -adminPassword -
sysadminctl -secureTokenOn <username> -password - -adminUser <adminusername> -adminPassword -
diskutil apfs UpdatePreboot /
Enter fullscreen mode Exit fullscreen mode

Reference


Originally published at https://dss99911.github.io

Top comments (0)