Hi Ernestas Daraska,
Maybe you try this sample of code:
Boolean checkPassword(str p_strUserId,str p_strEncodedPassword)
{
Dictionary a = new Dictionary();
;
return (p_strUserId == 'ED' && a.buildPassword('123',p_strUserId) == p_strEncodedPassword));
}
}
which '123' is the correct password for userid 'ED'.
Cheers,
Sonny Wibawa Adi
Ernestas Daraska <[EMAIL PROTECTED]> wrote:
Hello,
I was wondering how i could validate web user password. As you know, all web
user passwords are encoded, using Dictionary.buildPassword function. The
question is, how could i manually validate normal password to its encoded
form?
Thank you
Ernest
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/saFolB/TM
---------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

