User Management Admin Page #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Background
Currently, we delegate all authentication and authorization to the Synology OIDC server. This is fine for the initial implementation however we would like to eventually enable users to log in via different methods. Before we start making authentication more complicated we need a method of administering users.
Specification
The new page should be
/admin/usersand the link to access it should be under Administration (just below General) on the administration sidebar.The page should present, as a table, the following information:
As an administrator, I should be able to edit and remove users. These should be acessible via appropriate icons in the last column of the table.
You should add appropriate unit testing to cover all of this and ensure that there are no linter or compilation failures prior to opening your pull request.