1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-13 11:17:26 +02:00
unleash.unleash/frontend/src/component/user
Nuno Góis 9f0de72e1a
fix: change password alert when password based login is disabled (#3856)
Accessing `/profile/change-password` directly would still allow you to
change your password on the UI when "password based login" is disabled.

This PR makes it so we show an alert in that scenario explaining why
you're not allowed to change your password.

We still allow users to change their password on the API level, but I
think that's fine. The UI should be consistent though.


![image](https://github.com/Unleash/unleash/assets/14320932/0406c773-7bc3-4519-83f8-9eddeb627e28)
2023-05-24 12:14:14 +01:00
..
Authentication fix track invite-link user created event (#2689) 2023-01-11 11:24:11 +02:00
common feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
DemoAuth fix: redirect only happening on root path with replace (#2981) 2023-01-25 13:12:31 +01:00
ForgottenPassword Makestyles 7-1 (#2813) 2023-01-04 11:17:13 +02:00
Login fix track invite-link user created event (#2689) 2023-01-11 11:24:11 +02:00
NewUser fix: remove all warnings (#3055) 2023-02-07 11:20:44 +01:00
Profile fix: change password alert when password based login is disabled (#3856) 2023-05-24 12:14:14 +01:00
ResetPassword Makestyles 7-1 (#2813) 2023-01-04 11:17:13 +02:00
SimpleAuth fix: redirect only happening on root path with replace (#2981) 2023-01-25 13:12:31 +01:00
UserProfile feat: authorization middleware (#3464) 2023-04-06 11:46:54 +02:00
AuthenticationCustomComponent.tsx chore: update MUI to v5 (#923) 2022-05-02 15:52:41 +02:00
HostedAuth.tsx fix: redirect only happening on root path with replace (#2981) 2023-01-25 13:12:31 +01:00
PasswordAuth.tsx fix: remove all warnings (#3055) 2023-02-07 11:20:44 +01:00
StandaloneBanner.tsx feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
user.module.scss Feat/user profile (#274) 2021-04-23 13:49:42 +02:00