google / macops-keychainminder

SecurityAgentPlugin for monitoring keychain password synchronization
94 stars 18 forks source link

Screensaver login UI stays old after uninstall #18

Closed nilsbyte closed 8 years ago

nilsbyte commented 8 years ago

After uninstalling on 10.11.5 the screensaver still displays the old-style user-password dialog instead of the loginwindow. How can I revert this change?

russellhancox commented 8 years ago

The uninstaller in previous versions didn't revert the screensaver properly, the latest does. You could re-install and then uninstall again passing --restore-screensaver to uninstall.sh.

Or, the easy way:

sudo security authorizationdb write system.login.screensaver use-login-window-ui

nilsbyte commented 8 years ago

I used the latest installer as it did not change the last 4 months. Can you check the script? However, your command worked. Thanks.