Closed XW-ui closed 1 month ago
It is currently not possible to add an account. Multiple users has already been requested in issue
Please post in english and check if your proposal and/or issue doesn't already have an open or closed ticket/conversation.
Duplicate of https://github.com/louislam/uptime-kuma/issues/128
š I have found these related issues/pull requests
?
š·ļø Feature Request Type
Dashboard, Settings, Other
š Feature description
I'd like to add a user management system to the repository. This would allow multiple user accounts to be created, each with specific roles or permissions. These permissions could include the ability to modify specific parts of the system, create or manage probes, etc.
āļø Solution
A user administration system integrated into the application, with an interface for creating users and assigning them specific permissions (read-only, modify, create probes, etc.). Ideally, this system could allow granular management of permissions, so that administrators can specify exactly what each user can do in the application.
ā Alternatives
I considered using an external user management system, such as an external authentication service (OAuth, LDAP, etc.), but you would prefer a solution integrated into the project.
š Additional Context
The purpose of this function is to allow certain people to modify or create probes, while others only have read-only permissions. This would improve security and access control while facilitating collaboration.