lorthirk/kapua

Password Visible in Error Message

Closed this issue · 1 comments

Password is visible in error message if it does not meet the requirements (see screenshot bellow).

Testflow:

  1. Login as kapua-sys
  2. Go to Accounts, create an account (e.g. acco0)
  3. Select acc0, go to Account settings, change password.min.lenght to 255
  4. Change infinite child users to True
  5. Try to create a user with a valid password - observe the error

Expected behavior
Password should never be visible.

Screenshots
Screenshot 2020-10-28 at 09 52 12

Version of Kapua
https://github.com/lorthirk/kapua/tree/feature-configurablePasswordLength

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 -> did not try rest api!!! -> please check!
[ ] Message Broker
[ ] - Others

Additional context
Add any other context about the problem here.

I have verified that this issue has been resolved.