Is there a way to remove the login link?
As far as I know, the only way to do this is to remove the link in your theme file.
that's correct - even if you disallow user to register at all on your site, you (as admin) still have to log in. It's save to remove the login link from the manin menu however and directly access the login page by entereing the url manually. Edit themes/yourtheme/theme.php, find<a href="{LOGIN_TGT}">{LOGIN_LNK}</a>
and replace with<!--<a href="{LOGIN_TGT}">{LOGIN_LNK}</a>-->
Do not completely remove the surrounding code, just comment it out.
Joachim
{Nevermind, I solved my own problem shortly after I posted this... turns out I was accessing the wrong CPG installation (I have two)... boy do I feel dumb ;D}