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

link|improve this question
one possible solution is to add a flag in the usermeta table once they register. Then check that flag when a user logs in. – rexposadas Jan 18 at 0:43
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.