29
Views
Add a message on the lock screen in two ways: through the settings or by using a terminal command. Here's how it's done.
sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText messagetext
To delete a message through the terminal, use the same command, but leave the text blank. Like this: sudo defaults delete /Library/Preferences/com.apple.loginwindow LoginwindowText