Flagsmith / flagsmith

Open Source Feature Flagging and Remote Config Service. Host on-prem or use our hosted version at https://flagsmith.com/
https://flagsmith.com/
BSD 3-Clause "New" or "Revised" License
4.77k stars 365 forks source link

UI: Allow org admin to hide change email and change password #4660

Open gagantrivedi opened 6 days ago

gagantrivedi commented 6 days ago

Organizations using LDAP don't need the "Change Email" and "Change Password" UI elements.

matthewelwell commented 5 days ago

We need to determine if the fact that LDAP auth is used is surfaced anywhere for the FE.

Edit: yes - the UI can use the auth_type attribute returned on the /users/me endpoint.

matthewelwell commented 5 days ago

Also, this would likely be helpful in scenarios where a user authentication is OAuth.