How to customize password reset message page on success if no error in password reset
You want to change the “Your password has been reset.” message. You say you’ve tried the login_message filter and that should work, so your problem is likely that your code isn’t getting loaded. Put your filter code in a mu-plugin not a regular plugin to ensure it gets loaded for the login page. Rather than … Read more