2013-12-13

Change user email on local Wordpress instance (without verification)

For those wondering how to skip the vrification process when you try to change your own (or possibly other) users' email address on a local wp instance -- when it reads "email change request pending" in your profile page: depending on your machine/server/php/network config, the emails may not be being sent, so the solution is simply to go in the database. Change the address directly from wp-users. Voila!

No comments:

Post a Comment

Simple server load test with cron and ab (Linux)

Load testing "refers to the practice of modeling the expected usage of a software program by simulating multiple users accessing the p...