On the Users tab (Account → Users), the role filter dropdown's default/reset option is currently labeled "Role". Rename it to "All users" so it reads as a reset option consistently with the companion issue for the Chat tab channel filter (which uses "All channels" for its default option).
Location: src/server/HSMServer/Views/Account/Users.cshtml:64
<option value="">Role</option>
→ change the option text to All users (keep value="").
Note: _Chats.cshtml has a comment (around line 168-169) that explicitly says the channel filter "mirrors Users' 'Role' select semantics" — worth updating that comment too so it doesn't reference the old label.
On the Users tab (Account → Users), the role filter dropdown's default/reset option is currently labeled "Role". Rename it to "All users" so it reads as a reset option consistently with the companion issue for the Chat tab channel filter (which uses "All channels" for its default option).
Location:
src/server/HSMServer/Views/Account/Users.cshtml:64→ change the option text to
All users(keepvalue="").Note:
_Chats.cshtmlhas a comment (around line 168-169) that explicitly says the channel filter "mirrors Users' 'Role' select semantics" — worth updating that comment too so it doesn't reference the old label.