Version #4099
New
User Suspension (4282)
Admins can now suspend and reinstate users directly from the Edit User page. Suspended users are prevented from logging in through the Knowi application, SSO, or the Management API login endpoint, and will see a message instructing them to contact their account administrator. Suspending a user also reduces the customer's active user count while preserving all of the user's assets, ensuring dashboards, widgets, queries, and other shared content remain available to the organization.
C9QL Function: INITCAP (4426)
Converts text to title case by capitalizing the first letter of each word and converting the remaining letters to lowercase. Words are separated by any non-alphanumeric character.
- Syntax: INITCAP(<field_name>)
Example: SELECT INITCAP(Customer)
Customer Result john doe John Doe JANE SMITH Jane Smith mArY aNnE Mary Anne Show Password on Login (4484)
Added a Show Password option to the login screen, allowing password characters to be temporarily revealed by selecting the eye icon. This makes it easier to verify password entry before signing in.