From 6215d3340c035dae93120b81fcf9bd6b10b24ef0 Mon Sep 17 00:00:00 2001 From: Marina2023 <121863558+Marina2023@users.noreply.github.com> Date: Thu, 14 Dec 2023 18:11:53 +0000 Subject: [PATCH] Update user.md --- src/eap/reference/system-actions/user.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/eap/reference/system-actions/user.md b/src/eap/reference/system-actions/user.md index 3cdf37e7..4c9f88dd 100644 --- a/src/eap/reference/system-actions/user.md +++ b/src/eap/reference/system-actions/user.md @@ -355,6 +355,20 @@ Success StartUserRegistrationFailureReason : Type: StartUserRegistrationFailureReason +InvalidEmail: +Data type: Boolean +True if the email doesn't meet the internet message format standards. +Is Mandatory : No + +InvalidName +Data type: Boolean +True if the name doesn't meet one or more requirements: is unique, contains only letters, numbers, and spaces, has no special characters, and has between 1 and 50 characters. +Is Mandatory : No + +UserAlreadyRegistered +Data type: Boolean +True if the username/email already exists in the identity provider. +Is Mandatory : No VerificationCode : Type: Text