Subject Re: passwordmaskef.cc
From Ken Mayer <dbase@nospam.goldenstag.net>
Date Sun, 4 Nov 2018 16:56:37 -0800
Newsgroups dbase.getting-started

On 11/4/2018 4:47 PM, Charlie wrote:
> I came across something strange with this custom form (passwordmaskef.cc.  Although it could be something I did or have done wrong, I am not sure.
>
> OK the code I am using to verify a password is:
>
> cPass = trim(form.PasswordMaskEF1.enteredPassword)
>                 if cpass = trim(form.users1.rowset.fields["pass"].value)

use == instead of = (exactly equal)


Ken

--
*Ken Mayer*
Ken's dBASE Page: http://www.goldenstag.net/dbase
The dUFLP: http://www.goldenstag.net/dbase/index.htm#duflp
dBASE Books: http://www.goldenstag.net/dbase/Books/dBASEBooks.htm
dBASE Tutorial: http://www.goldenstag.net/dbase/Tutorial/00_Preface.htm