Setting password expiration to single user with API
-
Hello,
I have a wordpress with a woocommerce plugin were users can be registered either themself with the registration form or via an external management system by a seller
In some cases, when a user is created via the REST API by the management system it is neccessary to set a temporary password and force that user to change it via the wordpress web page within 48 hours
I looked at the plugin and I found only plugins that enable password expiration date for all user (ex: WordPress Password Expiry), or change password at first login for all newly created user (ex: Force Password Change)…
finally, the only plugin I found (Expire Users) does the job but I cannot manage it with the REST API.
Is there any plugin that could do the job, or should I develop my own plugin?
- The topic ‘Setting password expiration to single user with API’ is closed to new replies.