at the moment I added the following lines to the plugin
existing line => add_action( ‘wp_head’, ‘gfc_wp_head’);
New lines
add_action( ‘login_head’, ‘gfc_wp_head’);
add_action( ‘login_form’, ‘gfc_profile’);
one problem is that it leaves you on the login page when you log in. :-\
I considered putting it in the sidebar with