Skip to content

Changes

Summary

  1. Description of password fields (#2092) (details)
  2. changed ui failure message (details)
Commit 9fd17a9bd7bbcce0476aab66ee01794185d1482b by Alberto Codutti
Description of password fields (#2092)
* add tooltips for password and confirm password fields in Credential
dialogs
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>

* add tooltips in change password dialog
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>
The file was modified console/module/authentication/src/main/java/org/eclipse/kapua/app/console/module/authentication/client/tabs/credentials/CredentialAddDialog.java (diff)
The file was modified console/module/api/src/main/resources/org/eclipse/kapua/app/console/module/api/client/messages/ConsoleMessages.properties (diff)
The file was modified console/core/src/main/java/org/eclipse/kapua/app/console/core/client/ChangePasswordDialog.java (diff)
The file was modified console/module/authentication/src/main/resources/org/eclipse/kapua/app/console/module/authentication/client/messages/ConsoleCredentialMessages.properties (diff)
The file was modified console/module/authentication/src/main/java/org/eclipse/kapua/app/console/module/authentication/client/tabs/credentials/CredentialEditDialog.java (diff)
Commit cc4d5b38ec1ff8b210b9ce765cb81993c4af016a by Alberto Codutti
changed ui failure message
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>
change error message for wrong old password
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>
old password field mark as invalid when old password is wrong
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>
localized message turned into regular message
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>
change password error message
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>
change error message when user tries to unsuccessfully change password
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>
deleted unneccessary console message
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>
solve conficts after rebase
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>
The file was modified console/core/src/main/java/org/eclipse/kapua/app/console/core/client/ChangePasswordDialog.java (diff)
The file was modified console/module/api/src/main/resources/org/eclipse/kapua/app/console/module/api/client/messages/ConsoleMessages.properties (diff)