[
https://issues.apache.org/jira/browse/OPENMEETINGS-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17082079#comment-17082079
]
Maxim Solodovnik commented on OPENMEETINGS-2214:
------------------------------------------------
You can hide all `deleted` users
Just add
{code}
.list-table tr.deleted {
display: none;
}
{code}
to `custom.css` file (all deleted users will also be hidden)
> Is there a way to remove purged user entries?
> ---------------------------------------------
>
> Key: OPENMEETINGS-2214
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2214
> Project: Openmeetings
> Issue Type: Bug
> Affects Versions: 4.0.9
> Reporter: Andreas Bergmann
> Assignee: Maxim Solodovnik
> Priority: Minor
>
> When I purge a user in the user administration, only the data entry is
> changed to strings like {color:#2e3436}"Purged-(great number)". I think this
> is to restore the users data entry on demand. But is there a way to remove
> the entry finally?
> {color}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)