I am having troubles allowing non admin users to change the Date and Time on their Macbooks. There are quite a few teachers who let their Macbooks battery drain over the holiday break and when they got back in district their date and time were wrong and they could no longer connect to WiFi.
We had previously enable Non Admins to change their date and time settings with the following command:
#Allow Date/Time Change
security authorizationdb write system.preferences.datetime allow
This unlocks the date and time section within system preferences for non admin users but for some reason when users try to change their date and/or time it reverts back once they click save. For example if the year says 2018 instead of 2020 the staff member changes it to 2020 and clicks save, then the year will change itself back to 2018. (Settings that set the time automatically have been turned off at this point.) We can successfully change the time when logged in as a local admin account but our users are not local admins.
If anyone has any insight as to why users are unable to change their date or time it would be greatly appreciated.