This commit is contained in:
2020-06-11 14:13:22 +00:00
parent f86207a33d
commit 8df082b23c

View File

@@ -4,7 +4,7 @@
<v-form ref="form">
<v-row>
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
{{ formState }}
<v-col cols="12">
<v-text-field
name="username"
@@ -116,9 +116,9 @@ export default {
(window.$gz.store.state.globalSettings.licenseStatus == 3 || //ActivePurchased = 3,
window.$gz.store.state.globalSettings.licenseStatus == 4) // ExpiredPurchased = 4
) {
// this.formState.errorBoxMessage = vm.$ay.t("KnownPasswordWarning");
// this.obj.loginName = "superuser";
// this.obj.oldPassword = "l3tm3in";
this.formState.errorBoxMessage = vm.$ay.t("KnownPasswordWarning");
this.obj.loginName = "superuser";
this.obj.oldPassword = "l3tm3in";
}
//------------------
})