mirror of
https://github.com/wekan/wekan.git
synced 2026-02-27 18:34:07 +01:00
Delete user is now possible at Admin Panel. But you should remove user first from all boards,
because otherwise there could be bug of empty avatars at boards, that need to be removed manually from database. Thanks to xet7 ! Fixes #3956
This commit is contained in:
parent
bf2f3ccec1
commit
7808fdd22f
2 changed files with 11 additions and 4 deletions
|
|
@ -571,10 +571,14 @@ template(name="settingsUserPopup")
|
|||
a.impersonate-user
|
||||
i.fa.fa-user
|
||||
| {{_ 'impersonate-user'}}
|
||||
br
|
||||
hr
|
||||
li
|
||||
form
|
||||
label.hide.userId(type="text" value=user._id)
|
||||
label
|
||||
| {{_ 'delete-user-confirm-popup' }}
|
||||
br
|
||||
div.buttonsContainer
|
||||
input#deleteButton.card-details-red.right.wide(type="button" value="{{_ 'delete'}}")
|
||||
// Delete is enabled, but there is still bug of leaving empty user avatars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue