Problem
You see a notice on the WordPress login page regarding WP_User->ID being deprecated.
Solution
Check your wp-config.php file and make sure debugging is turned off by setting the WP_DEBUG constant to false as follows:
define('WP_DEBUG', false);