====== Jelszó reset ======
===== Apple ID-val =====
* Bejelentkezési képernyőről: https://support.apple.com/en-us/HT202860
* Boot menüből: https://support.apple.com/en-us/HT212190
===== Recovery módban =====
* https://www.hellotech.com/guide/for/how-to-reset-admin-password-on-mac
- Újraindítás közben nyomjuk a Command + R gombot a recovery módba lépéshez
- Indítsuk el: **Utilities** > **Terminal**
- ''resetpassword''
===== Single user módban =====
* http://hints.macworld.com/article.php?story=20080414140636495
# Boot into single user mode (press Command-S at power on)
fsck -fy
mount -uw /
launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist
dscl . -passwd /Users/username password # replacing username with the targeted user and password with the desired password.
# Reboot
* https://www.trickyways.com/2010/06/forgot-mac-password-see-how-to-reset-without-disk/