mumble-voip/mumble

Indicate that ACLs can only be applied to registered users

Open

#6961 opened on Oct 21, 2025

View on GitHub
 (12 comments) (0 reactions) (0 assignees)C++ (5,642 stars) (1,062 forks)batch import
clientfeature-requestgood first issueui

Description

Context

#6942

At the moment, the ACL editor allows to add ACLs to non-registered users, which will simply be discarded by the server and hence have no effect. This is quite confusing.

Description

The ACL editor should make it visually clear that ACLs can only be configured for registered users. This could be done by either only listing registered user (making it clear that other users aren't shown because they are not registered) or non-registered users could be appear in the list but be highlighted in a way to make them distinct from registered users.

Another possibility would be to detect if one wants to configure ACL for a non-registered user and offer a prompt to register this user now, before adding them to the ACL list.

Mumble component

Client

OS-specific?

No

Additional information

No response

Contributor guide