I'm trying to implement forgot password functionality. My code looks like this (encryption removed for testing purposes):
ThisPerson.Password=GENERATE_PWD(8,15,2,2,2)
ThisPerson.TempURL='https://cm.plantain.io/app/logonOp.aw?domain=Plantain&userName='+ThisPerson.LoginName+'&password='+ThisPerson.Password+'&testingMode=false'
SEND ResetPassword TO ThisPerson
But the passwords that get created look like this: b1ae1a8e8a23e524093a4bb535fa4584
Waaaay too long (in this case 32 characters) and no caps or special characters.