the files would be too big for someone to download..
You would be adding the above code of :
function stop_password_nag( $val ){
return 0;
}
add_filter( ‘get_user_option_default_password_nag’ ,’stop_password_nag’ , 10 );
to the file user.php
which is located in the folder: /wp-admin/includes
Cheers mate.