Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

When I create a new user, I would like to force that user to change their password on first log in, can this be done?

share|improve this question

2 Answers

Not out of the box, but you could implement it by:

Adding a user meta on user create.

Dropping that meta on user password update.

Redirecting the user to his profile page, from anywhere else, if the user meta is around.

share|improve this answer
what methods could help me here? – Mild Fuzz Oct 22 '10 at 9:46

I've been searching for this as well. My theme presently sends out an auto password. Would like to find a way to force a password change upon first time login

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.