wordpress 后台无法修改邮箱,提示There is a pending change of your email to
1 | http://t.zoukankan.com/ytkah-p-12792019.html |
有时候我们在用wordpress建网站时需要修改管理员的邮箱,但是会提示
1 | There is a pending change of your email to **@**.com,This address is used for admin purposes. If you change this, we will send you an email at your new address to confirm it. The new address will not become active until confirmed. |
如何不用验证邮箱就直接改呢?
进入数据库,比如用phpmyadmin,找到wp_options表,直接点击编辑admin_email,如下图所示
这样就可以了,看看后台管理员是不是已经变了
修改用户邮箱也是同样的方法,找到wp_users表,修改对应的用户邮箱就可以