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

Password Field Stays in Error State Although (Confirm) Password Valid #3136

Open
LeoNerdoG opened this issue Nov 10, 2020 · 0 comments
Open
Labels
Bug This is a bug or an unexpected behaviour. Fix it! Console GWT This issue/PR is related to Admin Web Console
Projects

Comments

@LeoNerdoG
Copy link
Contributor

If user firstly enters a invalid password (and the same value for "Confirm password"), Kapua marks "Credential Type: PASSWORD" into red, which is OK.
But if user now changes Password and Confirm password fields so they are valid and the same, the Credential type field stays in error/red state, although user clicks somewhere outside.

Testflow:

  1. Login as kapua-sys or any other user that has proper permissions
  2. Go to Users, click "Add", add a user (e.g. user1)
  3. Select user1 and delete its Password credential
  4. Click Add in Credential, select password and enter an invalid password (both password fields should be the same)
  5. Observe the error -until now everything is fine
  6. Enter a vali password (and confirm password), observe the

Expected behavior
Password crednetila type field should be reset after user corrects mistakes.

Screenshot:
Screenshot 2020-11-10 at 22 20 26

Version of Kapua
Latest develop branch

Type of deployment
[ ] Local Vagrant deployment
[x] Docker
[ ] Openshift (in its variants)
[ ] Others

Main component affected
[x] Console (in case of console please report info on which browser you encountered the problem)
[ ] REST API
[ ] Message Broker
[ ] - Others

@Coduz Coduz added Bug This is a bug or an unexpected behaviour. Fix it! Console GWT This issue/PR is related to Admin Web Console labels Nov 11, 2020
@Coduz Coduz added this to To Do in Backlog via automation Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This is a bug or an unexpected behaviour. Fix it! Console GWT This issue/PR is related to Admin Web Console
Projects
Backlog
  
To Do
Development

No branches or pull requests

2 participants