Registration Workflow Configuration - Fluid Topics - 3.7

Fluid Topics Integration Guide

Operating system
Debian
Category
Reference Guides
Audience
public
Version
3.7

This topics explains how to control users registration.

Fluid Topics supports the following registration types:

  • PUBLIC - users will be able to register without any verification.
  • VERIFIED - users will receive a confirmation email with a link that they must follow to activate their account. It enables to ensure that they entered a valid email address that belong to them.
  • CLOSED - nobody will be able to register. Registration actions will not be displayed.

The registration workflow can be configured in the authentication configuration node as shown in the following example:

{
"ui": {
/* [..] */
"authentication": {
"realms": [
/* [..] */
],
"registration": {
"type": "PUBLIC"
}
}
}
}

By default, the registration type is CLOSED.