1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component
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
..
addons feat: revive features (#3344) 2023-03-17 18:21:13 +00:00
admin fix: add confirmation to disable password login (#3829) 2023-05-23 15:56:34 +01:00
application feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
archive fix: fix deleting feature from global archive (#3786) 2023-05-17 16:19:19 +03:00
changeRequest fix: Only show names as changed when titles have changed. (#3843) 2023-05-23 12:16:20 +00:00
common fix: make area behind bulk actions clickable (#3838) 2023-05-23 10:41:01 +02:00
context feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
demo refactor: change plausible events to be more specific at the top level (#3810) 2023-05-19 15:32:08 +01:00
environments fix: ensure rel=noreferrer on target=_blank (#3755) 2023-05-12 09:51:33 +01:00
events feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
feature Fix/cr should activate disabled lag free (#3826) 2023-05-23 10:16:09 +03:00
feedback fix: ensure rel=noreferrer on target=_blank (#3755) 2023-05-12 09:51:33 +01:00
layout feat: demo ui-ux improvements (#3634) 2023-04-27 08:15:17 +01:00
loginHistory refactor: rename sign-on log to login history (#3245) 2023-03-02 13:49:50 +00:00
maintenance feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
menu fix: ensure rel=noreferrer on target=_blank (#3755) 2023-05-12 09:51:33 +01:00
playground/Playground feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
project fix: default strategy screen not loading when no default strategy (#3840) 2023-05-23 15:34:37 +03:00
providers feat: enable dark mode for all (#3614) 2023-04-25 10:13:06 +02:00
segments Fix/strategy UI improvements (#3766) 2023-05-16 11:15:59 +00:00
splash feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
strategies Update strategies table (#3811) 2023-05-22 12:46:27 +02:00
tags fix: ensure rel=noreferrer on target=_blank (#3755) 2023-05-12 09:51:33 +01:00
user fix: change password alert when password based login is disabled (#3856) 2023-05-24 12:14:14 +01:00
App.tsx feat: demo ui-ux improvements (#3634) 2023-04-27 08:15:17 +01:00
InitialRedirect.tsx