Restore Password Message
-
Hello,
Need some help with the Password Restore message. I would like to change the Restore Email Message and link. The current link goes to the wp-admin which is a potential security issue for my site. I need it go to an existing page on my site for updating a user’s profile.
I read other support posts and tried using Loco Translate then Poedit to adjust my clean-login-en_US.po and clean-login-en_US.mo files. This did not work. I also found that the message is displayed in the clean_login.php file as follows:
$email = $user->user_email;
$blog_title = get_bloginfo();
$message = sprintf( __( “Use the following link to restore your password: restore your password%s
“, ‘cleanlogin’ ), $url_msg, $blog_title );Am able to edit this file safely? I am concerned about doing any kind of hack, and would prefer a better solution if you have any?
Thank you!
- The topic ‘Restore Password Message’ is closed to new replies.