>If not, then the call to MemMove in PwdVerify will attempt to >copy bytes extending past the end of fldText. Oops. Go Poser! I have changed the code to use StrCopy for when the string is small and asserts for when it's too big. >A little off topic, but does anyone know why passwords are >set to lower case? I vaguely recall ideas of simplicity for users. This is done by the Security app, not the Password api. Thanks Alan, -Roger Flores
