Visibility
User Condition
The User condition restricts the visibility of a UI element to a specific, named user account. Only the selected user will see the element after logging in with their credentials.
Use Cases
- Show a personal dashboard for one specific user
- Provide hidden admin tools for a lead developer
- Restrict access to debug controls or sensitive fields
How It Works
-
Visibility is tied to an exact username (login name)
-
The element is visible only when that user is logged in
-
Configuration is done under:
- Settings > Users > Users
Recommendation
If multiple users need access to the same element, consider using the Role condition instead. This ensures better scalability and easier management.
Benefits
- Enables user-specific customization
- Adds fine-grained access control for sensitive UI components
- Ideal for private tools or isolated features