I mentioned this on Github as well, but since there’s hardly any activity from support/devs I’ll post it here as well.
The dashicons font family is overridden on the login page because of an !important, in inline css, generated by user settings and thus shown as a tofu.
See this image: https://user-images.githubusercontent.com/4508731/79985181-84783a80-84aa-11ea-9fc0-b90ed80355bd.png
ERROR
You see a tofu circled in red. An ‘eye’ dashicon would need to show there.
PROPOSED SOLUTION
Remove the important $i
from line 110 in src/includes/classes/login-customizations.inc.php
NOTE
This only happens after saving the user settings. If not saved, default settings are used, which do not have this (css) line.