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
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
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
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
{