dshoreman / servidor

A modern web application for managing servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ability to filter out system users/groups

dshoreman opened this issue · comments

Add a toggle input below the search field on both the Users and Groups System sections, with a label like 'Include system users' or 'Include system groups'.

Normal users/groups will generally have a UID/GID >= 1000. System U/GIDs will be below 1000.

There's a bit more to it than that, but for now a simple system_user = user.id < 1000 should suffice.