fjborquez / aang

0 stars 0 forks source link

Bug Template #8

Closed Norbbs closed 6 months ago

Norbbs commented 6 months ago

As a Data Owner I want to Register Data User Manually So that I ensure secure login and authentication

Definition Of Ready (DoR)

Definition Observations
  • - [ ]
Story where the bug was identified or an easy way to reproduce #2 AC3
  • - [ ]
Environment (Dev, Test, Prod)
  • - [ ]
Severity (Low, Medium, High) Low

Bug Description

When attempting to register a user, the system allows an incorrect format for the user's name and last name, not allowing spaces.

Steps to Reproduce

  1. Fill in the registration form with the user's name and last name.
  2. Include one or more spaces in either the name or last name field.
  3. Click on the register button to submit the form.

Expected Behavior

The system should validate the format of the user's name and last name, allowing any input that includes ONLY NOT CONSECUTIVE SPACES.

Actual Behavior

The system doesn't allow registration even if the name or last name field includes one o more spaces, violating the acceptance criteria.

Impact

Not allowing spaces in the name and last name fields could exclude some users like "De la carrera", "De la fuene", etc.

[IMPORTANT]: blank spaces not consecutive must be allow it.

fjborquez commented 6 months ago

I'm thinking that it should accept more than one space. There are lastnames like "De la Carrera", "De la Fuente"

Norbbs commented 6 months ago

Agree with you but not consecutive spaces @fjborquez