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?
Leave a Reply
You must be logged in to post a comment.
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?
You must be logged in to post a comment.
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.
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