Re: Authenticate Password.

2008-07-29 Thread Phil
On Tue, Jul 29, 2008 at 7:31 PM, Macarov Anatoli <[EMAIL PROTECTED]> wrote: > My program requests user's password for further work. Tha's why I'd like to > check password, if the user has entered it correctly. And for this I use > Authorization Service. > What further work? If you're wanting to

Re: Authenticate Password.

2008-07-29 Thread Macarov Anatoli
My program requests user's password for further work. Tha's why I'd like to check password, if the user has entered it correctly. And for this I use Authorization Service. On Mon, Jul 28, 2008 at 7:24 AM, Macarov Anatoli <[EMAIL PROTECTED]> wrote: > With the help of this procedure I check wheth

Re: Authenticate Password.

2008-07-28 Thread Shawn Erickson
On Mon, Jul 28, 2008 at 7:24 AM, Macarov Anatoli <[EMAIL PROTECTED]> wrote: > With the help of this procedure I check whether the password has been entered > correctly. But the code works only for the user with admins rights. How do I > check the password being a standard user? You should "neve

Authenticate Password.

2008-07-28 Thread Macarov Anatoli
HI!!! Cocoa, Obj-C. With the help of this procedure I check whether the password has been entered correctly. But the code works only for the user with admins rights. How do I check the password being a standard user? Cod: -(BOOL) authenticatePassword:(NSString *)password :(NSString *)userName {