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:
Lauri Ojansivu 2021-08-26 02:57:49 +03:00
parent bf2f3ccec1
commit 7808fdd22f
2 changed files with 11 additions and 4 deletions

View file

@ -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