Skip to main content
Version: 6.18

Usability improvements for the Web Admin Suite

The following usability improvements for the Web Admin Suite have been made.

More notification options for blocked accounts (#667707)

The notification settings for blocked accounts have been extended giving administrators finer control over security alerts.

The previous setting Enable notifications about blocked accounts has been split into two independent options:

  • Enable user notifications about blocked accounts: Defines whether users and contacts whose accounts were blocked should receive an email with a self‑service unblock link; system property brute.force.user.mail.notification.active from the module cmas-core-security.
  • Enable administrator notifications about blocked accounts: Defines whether the administrator should receive an email containing details of the blocked account and the unblock code; system property brute.force.admin.mail.notification.active from the module cmas-core-security.

The old property brute.force.mail.notification.active has been removed. Its value is written to the new properties automatically on update.

Web forms added to custom export (#667735)

The Custom export page has been extended by the possibility to support single web forms. The option Web form (CM/Forms) has been added to the entity type selector for this purpose.

If the selected web form uses a webhook, the webhook and its script are added to the export as well.

Information box about redirect URI improved (#667830)

The information box for the setting Redirect URI in the OIDC configuration of the Web Client and Web Admin Suite on the Authentication page, and of CM/Track on the Global portal settings page has been extended. It now states that the URI must end with a trailing slash (/) to help prevent configuration errors caused by missing trailing slashes.

Font size selector in script and template editors improved (#668183)

The Font size selector for scripts and templates in the Web Admin Suite now uses px instead of pt as a unit for defining the size of the displayed content.