Skip to content

Update user.md #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/eap/reference/system-actions/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down