I'm building a feature in our dev and test environments that resets all the passwords. I've got it working but the user is asked to change their password on first login. The goal is to quickly set all passwords to the same thing and this defeats my purpose.
Is there something I can set through the api when the password is change that removes this requirement?
Thanks.