Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

dtakias

macrumors member
Original poster
Jun 3, 2008
92
73
UK
Is there a way to configure a legal notice before users log on to the system?

This exists on Windows but I am struggling to find a way to do it on a Mac OS X ?!

Any ideas?:confused:
 
Is there a way to configure a legal notice before users log on to the system?

This exists on Windows but I am struggling to find a way to do it on a Mac OS X ?!

Any ideas?:confused:

There are a number of system management tools, such as MacPilot, that allow this. I use it myself for just that reason:

"SECURITY NOTICE: THIS DEVICE IS NOT TO BE INSPECTED PURSUANT TO 17 USC 1412. CONTACT NSA REMOTE COMPUTING DIVISION FOR PREAUTHORIZATION. VIOLATORS ARE SUBJECT TO 10 YEARS IMPRISONMENT AND/OR $100,000 FINE."

:p
 
You need to edit the com.apple.loginwindow.plist file.



Simply enter the following in terminal (replacing the asterisks with your message):


$ sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText "whatever text you want"


Alternatively, there are a few GUI-based tools that can help you achieve the same thing:


Try TinkerTool System or Visage Login (both available from VersionTracker)
 
Excellent, thank you both for fast response.

Only just found the way with com.apple.loginwindow.plist file.

Those tools seem very useful, will try them out.

Will those tolls allow formatting of the text?

I guess there's no way for a separate window to pop up and get users to press OK before they are allowed to use their account details?
 
You need to edit the com.apple.loginwindow.plist file.



Simply enter the following in terminal (replacing the asterisks with your message):


$ sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText "whatever text you want"


Alternatively, there are a few GUI-based tools that can help you achieve the same thing:


Try TinkerTool System or Visage Login (both available from VersionTracker)


I've just tried:

$ sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText "whatever text you want"

and it doesn't look like it's working...
 
Update

I manually edited the com.apple.loginwindow.plist file and it seems to work now.

Only issue seems to be the formatting of the text as there's isn't any support for tags.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.