Remove the option to change the password - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Remove the option to change the password (/t-remove-the-option-to-change-the-password) |
Remove the option to change the password - Nicolai Green - 2024-11-04 Is there a way to remove a user's ability to change their password? RE: Remove the option to change the password - TheDreadPirate - 2024-11-04 I am not aware of a way to do this within Jellyfin. If you are using a reverse proxy you could probably block the URL that users use to change their password. Code: https://jellyfin.domain.tld/web/#/userprofile.html RE: Remove the option to change the password - niels - 2024-11-04 The routes are part of the URL fragment, which is fully client-side. RE: Remove the option to change the password - Fate - 2024-11-04 Maybe easier to go into the sqlite and set the user table read only? |