1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00
unleash.unleash/frontend/src/component/admin
Paulo Miranda fd34f35e0e
feat: add reset password to user manager (#5580)
## About the changes
This PR adds a reset password functionality to user table (only available to admins). This makes it possible to reset passwords without configuring the email service.

![Screenshot from 2023-12-10
20-41-22](https://github.com/Unleash/unleash/assets/32435715/0209525a-4f3a-4998-b9de-7299469e1a68)

![Screenshot from 2023-12-16
16-40-36](https://github.com/Unleash/unleash/assets/32435715/556e324c-c0b0-4bb9-b2b5-3bd653f4d329)

![Screenshot from 2023-12-16
16-40-48](https://github.com/Unleash/unleash/assets/32435715/b0249e9d-9e1a-4cfe-a5ee-0ab22f45ce28)

---------

Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com>
Co-authored-by: Thomas Heartman <thomasheartman+github@gmail.com>
2023-12-18 13:54:04 +01:00
..
apiToken chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
auth feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
banners fix: date should sort asc/desc properly (#5335) 2023-11-14 14:47:28 +02:00
billing chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
cors feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
groups fix: groups link (#5511) 2023-11-30 09:42:27 +01:00
instance-admin feat: add tags filter (#5584) 2023-12-11 14:10:03 +02:00
instance-privacy feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
invoice feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
maintenance fix: maintenance banner should show right away when toggled (#5021) 2023-10-13 14:30:50 +01:00
menu feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
network feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
roles feat: improve role form validation (#5548) 2023-12-05 12:39:30 +00:00
serviceAccounts fix: date should sort asc/desc properly (#5335) 2023-11-14 14:47:28 +02:00
users feat: add reset password to user manager (#5580) 2023-12-18 13:54:04 +01:00
Admin.tsx feat: banners admin page (#5111) 2023-10-20 11:14:48 +01:00
AdminIndex.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
AdminRedirect.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
adminRoutes.ts feat(banners): enable customer banners (#5348) 2023-11-17 13:56:09 +00:00
filterAdminRoutes.test.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
filterAdminRoutes.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
LazyAdmin.tsx Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
LazyAdminExport.tsx Refactor/lazy load (#2842) 2023-01-12 11:34:45 +01:00
useAdminRoutes.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00