Logged In
13 sites
Security covered
This module adds a Views field that checks if the current user is logged in, returning a true or false value. This can then be used to conditionally display content within views.
This is a very simple module inspired by How to check if a user is logged in inside a view. It simply adds a Views field that checks the current user and returns a boolean response. This can then be used in Twig, such as in a "Custom Text" field or a field rewrite.