| Posted by: Lemonde - 01 November 2025 14:37:48 |
|---|
| This Mac keeps telling me the password to remove the user is wrong even though I have changed it and tested logging in with it. |
| Posted by: sirclesadmin - 01 November 2025 14:38:57 |
|---|
|
That is a very frustrating and common issue in macOS, especially in older versions like Mojave, where the system seems to reject a password it should accept. The password prompt when deleting a user in System Preferences > Users & Groups is usually asking for the password of the Administrator account you are currently logged into, not the password of the user you are trying to delete. If you are certain you are using your own (the admin) password and it's still being rejected, there are two primary methods to resolve this: a simpler troubleshooting step, and a more advanced Terminal command. 1. The Simple Fix: Log Out and RebootA temporary glitch can cause the password to be rejected. Try these steps first:
2. The Advanced Fix: Delete via Terminal (Recommended Alternative)If the password is still rejected, you can bypass the graphical interface bug by using the command line with Directory Services ( ** Important:** This is a powerful command that instantly deletes the user's account record. Be extremely careful with spelling and spaces. Step A: Find the User's "Short Name"
Step B: Delete the User's Account Record
Step C: Delete the User's Home Folder (Optional but Recommended)Deleting the account in the Terminal only removes the user record, not their personal files (the Home Folder). If you no longer need their documents, photos, etc., you can delete the folder:
After this, the user should be completely removed from your Mac. Would you like me to walk you through the Terminal commands step-by-step, or would you prefer to try the simple log-out and reboot first? |