Add ability in Fleet UI for admin to create new users without email invitations (#1261)

This commit is contained in:
gillespi314
2021-07-12 10:26:11 -05:00
committed by GitHub
parent 2c277ba28a
commit 2bb2bf2d5d
14 changed files with 347 additions and 216 deletions
+8
View File
@@ -0,0 +1,8 @@
- Add `USERS_ADMIN` endpoint to `fleet/endpoints`
- Add `createUserWithoutInvitation` action to `redux/nodes/entities/users`
- Revise `UserManagementPage`
- Revise `UserForm`
- Update existing Cypress test
- Remove `renderSmtpWarning` from `UserManagementPage`
Implements #369