Re: logout and auto-login
Re: logout and auto-login
- Subject: Re: logout and auto-login
- From: Finlay Dobbie <email@hidden>
- Date: Mon, 10 Dec 2001 21:43:42 +0000
On Monday, December 10, 2001, at 05:29 pm, Matt Rollefson wrote:
As to whether this is an appropriate solution to the original question,
I sort of doubt it, as the logout Apple Event allows the user to cancel
the logout. I believe the original question was for a way to "log the
user out, gracefully but by force" or some such.
Possibly a .loginPlugin then, although the API is private (but we have
the wonderful class-dump :-)). Then we could call the logout method in
loginwindow directly, bypassing the confirmation dialog (yes, this is
bad style, yes, this might probably break in the future).
-- Finlay