メインコンテンツまでスキップ

Invite User Validation

Validation messages for user invitation requests, covering email and password fields.


Overview

KeyMessageDescription
Email.inviteUserRequest.emailメールアドレスの形式が正しくありません。「@」とドメイン名が含まれていることを確認してください(例:[email protected])。The invite user email has an invalid format.
NotBlank.inviteUserRequest.emailメールアドレスには少なくとも1文字が含まれている必要があります。メールアドレスを入力してください。The invite user email is empty.
NotBlank.inviteUserRequest.password使用をご希望されるパスワードを入力してください。The invite user password is empty.
Size.inviteUserRequest.passwordパスワードはsize文字以上である必要があります。The invite user password does not meet the minimum length requirement.

Validation Message Details

Email.inviteUserRequest.email

Message

メールアドレスの形式が正しくありません。「@」とドメイン名が含まれていることを確認してください(例:[email protected])。

Description

The invite user email has an invalid format.

Root Cause

  • The email address does not contain @ or a valid domain name.

Resolution

  1. Provide a valid email address in the format [email protected].

NotBlank.inviteUserRequest.email

Message

メールアドレスには少なくとも1文字が含まれている必要があります。メールアドレスを入力してください。

Description

The invite user email is empty.

Root Cause

  • The email field was left blank in the invite-user request.

Resolution

  1. Provide the email address of the user to invite.

NotBlank.inviteUserRequest.password

Message

使用をご希望されるパスワードを入力してください。

Description

The invite user password is empty.

Root Cause

  • The password field was left blank in the invite-user request.

Resolution

  1. Enter the password for the invited user.

Size.inviteUserRequest.password

Message

パスワードは<size>文字以上である必要があります。

Description

The invite user password does not meet the minimum length requirement.

Root Cause

  • The provided password is shorter than the required minimum length ({size} characters).

Resolution

  1. Enter a password that meets the minimum length requirement.