Skip to content

Create account, password field, error validation typo #694

@Arish-CT

Description

@Arish-CT

Please fill out this template to help us diagnose and address your issue effectively.

Type: (Select one)

  • Bug Report
  • Feature Request

Summary:

Password validation typo error

Expected Behavior:

Password word should be used instead of email: Password length cannot exceed 200 characters

Actual Behavior:

Instead should say: Email length cannot exceed 200 characters

Describe what is actually happening.

When the password exceeds 200 characters, a validation error appears but the text used for the error has a typo.

Steps to Reproduce (Bug Reports Only):

  1. Go to registration page of b2b and fill out the fields till the last step where need to set password.
  2. In password field, add more than 200 characters.
  3. A validation error will appear stating: Email length cannot exceed 200 characters

Screenshots/Screen Recordings (Optional):

Image

Code responsible

str = b3lang('global.emailValidate.emailLength');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions