Tagged Questions
The sfauthorizationpluginview tag has no wiki summary.
4
votes
2answers
1k views
Is it possible to replace the Mac login screen?
Is it possible to replace the Mac OS X login window, /System/Library/CoreServices/loginwindow.app, with a custom login window application? (See my rational for doing so.)
I'm afraid my Cocoa ...
3
votes
1answer
406 views
Can I override loginwindow on Tiger?
My software authorizes the user prior to booting Mac OS X (Tiger and Leopard.) I want to use SFAuthorizationPluginView to create a plugin to attempt to use our pre-boot authorization (cached ...
3
votes
1answer
787 views
OSX Security Framework NameAndPassword sample application
I am investigating security plugins using SFAuthorizationPluginView under Mac OSX and as a first step looking at the NameAndPassword sample application. The app builds OK but I cannot get it to ...
1
vote
1answer
144 views
Hide window until the top window is displayed
I am facing a little annoying design problem. Not easy to give a title of my question.
I must display two windows, one over another one. The first one is a Cocoa window, the second is made with Qt. ...
1
vote
0answers
102 views
Can I present My Loginwidow before MAC Login Window
I am trying to put my own customised login window before the standard MAC OS X Login window. Acutally , I need to have a stacking / chaining of window, so that original MAC Login window presented ...
1
vote
1answer
98 views
SFAuthorizationPluginView identifying “BACK” button
Does anyone who has experience with SFAuthorizationPluginView know how to identify between the user pressing "Cancel" and "Back". My problem is that SFButtonTypeCancel is identical to ...