summaryrefslogtreecommitdiffstats
path: root/client/components/settings/peopleBody.jade
diff options
context:
space:
mode:
authorThuan Pham Quoc <thuanpq.io@gmail.com>2017-12-01 15:55:53 +0700
committerThuan Pham Quoc <thuanpq.io@gmail.com>2017-12-01 15:55:53 +0700
commit22e369804b2a6ed82a6da2c469519cd7252693a0 (patch)
treea48d4a60683dc0419147accd3041230f8b4d1a2a /client/components/settings/peopleBody.jade
parent54036fd7a3ac9bf25b6c601890491af66571d5ff (diff)
downloadwekan-22e369804b2a6ed82a6da2c469519cd7252693a0.tar.gz
wekan-22e369804b2a6ed82a6da2c469519cd7252693a0.tar.bz2
wekan-22e369804b2a6ed82a6da2c469519cd7252693a0.zip
Allow admin to change user password in admin panel
Diffstat (limited to 'client/components/settings/peopleBody.jade')
-rw-r--r--client/components/settings/peopleBody.jade7
1 files changed, 4 insertions, 3 deletions
diff --git a/client/components/settings/peopleBody.jade b/client/components/settings/peopleBody.jade
index d6568720..a3506a24 100644
--- a/client/components/settings/peopleBody.jade
+++ b/client/components/settings/peopleBody.jade
@@ -68,9 +68,6 @@ template(name="editUserPopup")
| {{_ 'error-username-taken'}}
input.js-profile-username(type="text" value=user.username)
label
- | {{_ 'initials'}}
- input.js-profile-initials(type="text" value=user.profile.initials)
- label
| {{_ 'email'}}
span.error.hide.email-taken
| {{_ 'error-email-taken'}}
@@ -85,5 +82,9 @@ template(name="editUserPopup")
select.select-active.js-profile-isactive
option(value="false") {{_ 'yes'}}
option(value="true" selected="{{user.loginDisabled}}") {{_ 'no'}}
+ hr
+ label
+ | {{_ 'password'}}
+ input.js-profile-password(type="password")
input.primary.wide(type="submit" value="{{_ 'save'}}")