Hey all,
Just wondering what field I should update to replicate the "Clear Password" functionality within the User Maintenance form? I've tried the following:
Ice.SysUserFile.Password = '' - Replicates "Expire Password"
Ice.SysUserFile.PwdExpires = GETDATE() - Replicates "Expire Password"
Erp.UserFile.Password = '' - Replicates "Expire Password"
Erp.UserFile.PwdExpires = GETDATE() - Replicates "Expire Password"
I can't find how to clear the password, so that a login with a blank password will trigger the "Change Password" dialog.
I am aware it would be better to do this through a BAQ, but any suggestions on the field I should be updating would be greatly appreciated.
Kind regards,
Dave.