|
49 | 49 | <span class="row__subtitle">{{ user.id }}</span> |
50 | 50 | </td> |
51 | 51 |
|
52 | | - <td |
53 | | - data-cy-user-list-cell-password |
54 | | - class="row__cell" |
55 | | - :class="{ 'row__cell--obfuscated': hasObfuscated }"> |
56 | | - <template v-if="editing && settings.canChangePassword && user.backendCapabilities.setPassword"> |
57 | | - <NcTextField |
58 | | - v-model="editedPassword" |
59 | | - class="user-row-text-field" |
60 | | - data-cy-user-list-input-password |
61 | | - :data-loading="loading.password || undefined" |
62 | | - :trailing-button-label="t('settings', 'Submit')" |
63 | | - :class="{ 'icon-loading-small': loading.password }" |
64 | | - :show-trailing-button="true" |
65 | | - :disabled="loading.password || isLoadingField" |
66 | | - :minlength="minPasswordLength" |
67 | | - maxlength="469" |
68 | | - :label="t('settings', 'Set new password')" |
69 | | - trailing-button-icon="arrowEnd" |
70 | | - autocapitalize="off" |
71 | | - autocomplete="new-password" |
72 | | - required |
73 | | - spellcheck="false" |
74 | | - type="password" |
75 | | - @trailing-button-click="updatePassword" /> |
76 | | - </template> |
77 | | - <span v-else-if="isObfuscated"> |
78 | | - {{ t('settings', 'You do not have permissions to see the details of this account') }} |
79 | | - </span> |
80 | | - </td> |
81 | | - |
82 | 52 | <td class="row__cell" data-cy-user-list-cell-email> |
83 | 53 | <template v-if="editing"> |
84 | 54 | <NcTextField |
|
105 | 75 | </span> |
106 | 76 | </td> |
107 | 77 |
|
108 | | - <td class="row__cell row__cell--large row__cell--multiline" data-cy-user-list-cell-groups> |
| 78 | + <td class="row__cell row__cell--groups row__cell--multiline" data-cy-user-list-cell-groups> |
109 | 79 | <template v-if="editing"> |
110 | 80 | <label |
111 | 81 | class="hidden-visually" |
|
0 commit comments