diff --git a/src/i18n/en.json b/src/i18n/en.json index 38df966..ea9a824 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -29,6 +29,7 @@ "Detail": "Detail", "Edit": "Edit", "Delete": "Delete", + "Reset": "Reset", "AccountEdit": "Account Edit", "AccountInformation": "Account Information", "Password": "Password", diff --git a/src/views/AccountManagement/ModalAccountEditCreate.vue b/src/views/AccountManagement/ModalAccountEditCreate.vue index 119848b..237cd67 100644 --- a/src/views/AccountManagement/ModalAccountEditCreate.vue +++ b/src/views/AccountManagement/ModalAccountEditCreate.vue @@ -47,25 +47,53 @@ autocomplete="off" /> -
-
- - {{ i18next.t("AcctMgmt.Password") }} - -
-
- - - eye -
+
+ + {{ i18next.t("AcctMgmt.Password") }} + +
+
+ +
+
+ + + eye +
+
+ ! + + {{ isPwdLengthValid ? "" : i18next.t("AcctMgmt.PwdLengthNotEnough") }} + +
+
+
-
- -
- - -