How to fix the "Authentication is disabled" error?
dss99911

dss99911 @dss99911

Joined:
Jan 3, 2020

How to fix the "Authentication is disabled" error?

Publish Date: Dec 30 '25
0 0

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

Comments 0 total

    Add comment