I am creating user accounts for my users and am assigning them a random password via the wp_generate_password command.
The next time they log in, I would like them to be presented the change password screen, as if they're following the "Forgot My Password" link.
What are the wp functions I should be looking at for developing this? Are there any plugins that may be helpful?
Thanks-
Jonathan