Table of Contents

Advanced

The Users > Advanced-node contains settings related to the following advanced topics:

  • Backend login
  • Send user details-defaults
  • Indexing

AdvancedConfiguration

Backend login

The Backend login settings are use to specify how backend users should log into the solution - the options are:

  • Normal - user name and password
  • TOTP (Time-based One-time Password) - a one-time password is sent to the user via the email on their account
  • Passwordless Authentication with Magic Links - a time-limited login link is sent to the user via the email on their account
  • Multi Factor Authentication (MFA) - user name and password, and a verification code sent to the user via the email on their account

Use the Code and link time validation setting to specify the time (in seconds) a login link is valid. The default is currently 120 seconds.

Send user details

The Send user details settings allow you to set default values for the send user details-action in user management, specifically the:

  • Subject
  • Sender name
  • Sender email
  • The template used to render the email content

Please note that only specific tags are available for these types of emails, see link above for details.

Indexing

The indexing section allows you to set up auto-rebuilding of a users-index whenever a user is saved:

  1. Check Auto build index when users update
  2. Select a user index to update
  3. Save

Please note DynamicWeb solutions use Lucene for indexing, in which the index does not register deletes when being auto build, deleted entities are only registered when the index is fully rebuilt.

To top