ez.no / ezpublish / documentation / reference / data fetching / user
These documentation pages are no longer maintained. Please visit the new documentation site.
Module: User.
| Operator | Description |
|---|---|
| anonymous_count | Returns the number of anonymous users |
| current_user | Fetches the user that is currently logged in. |
| is_logged_in | Figures out if a specified user is logged-in to the system |
| logged_in_count | Counts the number of users who are logged-in and returns it |
| logged_in_list | Lists the names of all logged-in users |
| logged_in_users | Lists all logged-in users |
| member_of | Fetches all roles which the user belongs to |
| user_role | Fetches a list of policies for the specified user |
Comments