mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	feat: improve user/group management actions (#9602)
* feat: improve user management actions add "open profile" actions * add lock / unlock action * add actions for password reset * submit coverage info to codecov no idea why this was turned off * bump api version * add frontend test * add backend test * fix test state * move test * fix style * fix name * hide password change if not superuser * bump playwright see https://github.com/microsoft/playwright/issues/35183 * fix test * fix test order * simplify test --------- Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
		| @@ -11,6 +11,7 @@ export enum ApiEndpoints { | ||||
|  | ||||
|   // User API endpoints | ||||
|   user_list = 'user/', | ||||
|   user_set_password = 'user/:id/set-password/', | ||||
|   user_me = 'user/me/', | ||||
|   user_profile = 'user/profile/', | ||||
|   user_roles = 'user/roles/', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user