This commit is contained in:
@@ -44,8 +44,7 @@ CURRENT TODOs
|
|||||||
|
|
||||||
@@@@@@@@@@@ ROADMAP STAGE 1 and 2:
|
@@@@@@@@@@@ ROADMAP STAGE 1 and 2:
|
||||||
|
|
||||||
todo: expose translation setting for user to home-user-settings
|
|
||||||
- document
|
|
||||||
|
|
||||||
|
|
||||||
todo: User settings && password change documentation
|
todo: User settings && password change documentation
|
||||||
|
|||||||
@@ -19,6 +19,8 @@
|
|||||||
<!-- {{ formState }} -->
|
<!-- {{ formState }} -->
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
|
name="username"
|
||||||
|
id="username"
|
||||||
v-model="obj.loginName"
|
v-model="obj.loginName"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
prepend-icon="fa-user"
|
prepend-icon="fa-user"
|
||||||
@@ -37,6 +39,8 @@
|
|||||||
|
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
|
name="password"
|
||||||
|
id="password"
|
||||||
v-model="obj.oldPassword"
|
v-model="obj.oldPassword"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:append-outer-icon="reveal ? 'fa-eye' : 'fa-eye-slash'"
|
:append-outer-icon="reveal ? 'fa-eye' : 'fa-eye-slash'"
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
<v-col cols="12" md="7">
|
<v-col cols="12" md="7">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
name="username"
|
name="username"
|
||||||
|
id="username"
|
||||||
v-model="input.username"
|
v-model="input.username"
|
||||||
prepend-icon="fa-user"
|
prepend-icon="fa-user"
|
||||||
label="User"
|
label="User"
|
||||||
@@ -35,6 +36,7 @@
|
|||||||
<v-col cols="12" md="7">
|
<v-col cols="12" md="7">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
name="password"
|
name="password"
|
||||||
|
id="password"
|
||||||
v-model="input.password"
|
v-model="input.password"
|
||||||
:append-outer-icon="reveal ? 'fa-eye' : 'fa-eye-slash'"
|
:append-outer-icon="reveal ? 'fa-eye' : 'fa-eye-slash'"
|
||||||
prepend-icon="fa-key"
|
prepend-icon="fa-key"
|
||||||
@@ -46,7 +48,7 @@
|
|||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12" md="7" mt-1 class="text-center">
|
<v-col cols="12" md="7" mt-1 class="text-center">
|
||||||
<v-btn color="primary" v-on:click="login()">
|
<v-btn color="primary" v-on:click="login()" value="LOGIN">
|
||||||
<v-icon>fa-sign-in-alt</v-icon>
|
<v-icon>fa-sign-in-alt</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|||||||
Reference in New Issue
Block a user