fjborquez / aang

0 stars 0 forks source link

Server error when a user is created #15

Closed fjborquez closed 6 months ago

fjborquez commented 6 months ago

As a data owner I want to create new users without issues So that I can add new users

Definition Of Ready (DoR)

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

Bug Description

There are many changes in database for user story #14 . After those changes, the user's creation is failing.

Steps to Reproduce

  1. Go to users screen
  2. Click on add link
  3. Fill the form fields
  4. Click on Register button

Expected Behavior

New user was created.

Actual Behavior

Server error is returned.

Impact

Can not add new users to the system.