4949 <span class =" row__subtitle" >{{ user.id }}</span >
5050 </td >
5151
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-
8252 <td class =" row__cell" data-cy-user-list-cell-email >
8353 <template v-if =" editing " >
8454 <NcTextField
10575 </span >
10676 </td >
10777
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 >
10979 <template v-if =" editing " >
11080 <label
11181 class =" hidden-visually"
@@ -1080,4 +1050,4 @@ export default {
10801050 }
10811051 }
10821052}
1083- < / style>
1053+ < / style>
0 commit comments