Add an admin interface which allows user management #10
	
		Labels
		
	
	
	
	No labels
	
		
			
	
	
	
	
Priority: Critical
		
			Priority: High
		
			Priority: Low
		
			Priority: Medium
		
			Status: Blocked
		
			Status: In Progress
		
			Status: Pending
		
			Status: Review Needed
		
			Status: Revision Needed
		
			Tech: Database
		
			Tech: Library
		
			Tech: Security
		
			Tech: vibe.d
		
			Type: Bug
		
			Type: Enhancement
		
			Type: Maintenance
		
			Type: Question
		
			Type: Upstream Bug
		
		
	
	No project
	
		
	
	
	
	
		No assignees
		
	
	
	
	
		1 participant
	
	
		
		
	Notifications
	
		
	
	
	
	
	Due date
No due date set.
	
		Dependencies
		
		
	
	
	No dependencies set.
		Reference: fsimphy/calendar-webapp#10
		
	
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	
	No description provided.
		
		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?
Summary
Currently user management is limited to manually querying the corresponding database. This is not very prcaticable. To improve the current situation, we should add an interface which allows administrators to add, remove and modify users. In particular it should be possible to change user privileges.
Description
As an administrator, I want to be able to create, remove and modify users.
Acceptance criteria
There should be a link in the menu leading to an interface allowing the before mentioned operations. The link should only be visible to authenticated users with admin privileges. The admin interface needs to provide a list of all users, so admins can select users they want to edit or remove.