Remove the login

I know I could edit templates, but, is there a different way to remove the login (top left side)?

You can add this custom CSS to your single-user WriteFreely blog:

nav#manage {
    display: none;
}

But note that this will also remove the menu when you’re logged in, so navigating around will be more difficult.