Re: [loginwindow] Add a field
Re: [loginwindow] Add a field
Conrad Sauerwald wrote:
On Thu, Feb 15, 2007 at 09:38:39AM -0800, email@hidden wrote:
Hi every body,
Thank you in advance for helping me with my problem.
I try to add a text field to the loginwindow of mac os : loginwindow.bundle.
I 've added my field in the
"loginwindow.bundle/Contents/Resources/English.lproj/UserAndPassword.nib"
and connected it with interface builder with no problem.
I have also add a mechanism like "/developper/exemple/security/rot13"
cause i need to get the third filed of the login window and do some
verification with it.
Every thing goes well if i use only the username and pasword field to
get my 3 informations (login, pass, and thrid data).
My question is, how do I get the value of this third input with my added
mechanism.
or does the source code of loginwindow.bundle is avalable somewhere ?
No. No GUI code is open source. The best Tiger and before option is to
add a gui mechanism (see bannersample) to pop up a window and get the
third piece of information or on Leopard to use
SFAuthorizationPluginView interface to be able to replace the
username/password view with one of your own that you then will have
access to in your code.
Conrad.
hi conrad,
thanks for your're answer, i already did it but i didn't success making
an identification with it.
Is there a developper documentation on the authentification mechanism
that coult
help me to replace the windowslogin windows ?
Beside, the GUI code may be not open source but is there a way to
contact apple
and ask for this, i need it for a commercial purpose very quickly ...
thanks.
--
TeMpUs
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden