From 4c7b64cdd8470100778c882fe048aae29a71b002 Mon Sep 17 00:00:00 2001 From: Trefex <trefex@gmail.com> Date: Mon, 28 Oct 2019 13:44:04 +0100 Subject: [PATCH] Add card on Mac password update --- mac-reset.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mac-reset.md diff --git a/mac-reset.md b/mac-reset.md new file mode 100644 index 00000000..c3eef633 --- /dev/null +++ b/mac-reset.md @@ -0,0 +1,9 @@ +# Tips when resetting UL AD password with a Mac + +To reset your password when using a Mac, go to https://owa.uni.lu and change your password there. + +Before rebooting your Mac, you should change your keychain password to avoid any issues down the raod. +You can use the following command to do that: `security set-keychain-password "/Users/YOURHOME/Library/Keychains/login.keychain-db"` + +If you use FileVault, after the first reboot, first enter your old password, then the new one. +Normally, FileVault will sync and update with your new password after you reboot. \ No newline at end of file -- GitLab