--- /home/subrara/Desktop/user.php	2018-01-08 20:25:18.324803000 +0530
+++ /home/subrara/Desktop/user-new.php	2018-01-08 20:29:30.948808706 +0530
@@ -144,10 +144,7 @@
 
 	if ( !$user ) {
 		return new WP_Error( 'invalid_username',
-			__( '<strong>ERROR</strong>: Invalid username.' ) .
-			' <a href="' . wp_lostpassword_url() . '">' .
-			__( 'Lost your password?' ) .
-			'</a>'
+			__( '<strong>ERROR</strong>: Invalid username.' )
 		);
 	}
 
@@ -222,10 +219,7 @@
 
 	if ( ! $user ) {
 		return new WP_Error( 'invalid_email',
-			__( '<strong>ERROR</strong>: Invalid email address.' ) .
-			' <a href="' . wp_lostpassword_url() . '">' .
-			__( 'Lost your password?' ) .
-			'</a>'
+			__( '<strong>ERROR</strong>: Invalid email address.' )
 		);
 	}
 
