Skip to content
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

1415: Update the error message when user entitlement is expired or revoked #1724

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

seluianova
Copy link
Contributor

Short description

Updated the error message according to the design

Side effects

no

Testing

  1. Open administration --> login as a koblenz project admin --> go to settings --> create token
  2. Try to import users using curl or Postman
    curl -H "Authorization: Bearer <my_token>" -F file=@import_testdata_local.csv http://0.0.0.0:8000/users/import

CSV content:

regionKey,userHash,startDate,endDate,revoked
07111,"$argon2id$v=19$m=19456,t=2,p=1$cr3lP9IMUKNz4BLfPGlAOHq1z98G5/2tTbhDIko35tY",01.01.2024,01.01.2025,true
  1. Go to http://localhost:3000/ and select Koblenz
  2. Go to http://localhost:3000/erstellen, create a card with a birthday 10.06.2003 and a reference number 123K
    --> check the new error message

Resolved issues:

Follow up for #1674

@seluianova seluianova changed the title 1415: Update the error message when user entitlement is expired 1415: Update the error message when user entitlement is expired or revoked Oct 30, 2024
Copy link
Member

@ztefanie ztefanie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding this adjustment 🙏

@seluianova seluianova merged commit cf0aae7 into main Nov 4, 2024
1 check passed
@seluianova seluianova deleted the 1415-change-error-message branch November 4, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants