hello one and all, how do i direct auth to remove the "login" link from the navbar?
i already tried
auth.settings.actions_disabled.append('login')
like you would to remove register, but that didn't seem to work.
ideas? thank you in advance. lucas

