Disable - Change password
Hi,
Is there a way to disable to option for users to be able to change their passwords?
Thanks,
Owain.
Hi Owain,
Can you tell us where do you want to disable the functionality - in the backend or the frontend? Any additional information on your scenario would be helpful in order to advise you further on how you can achieve the desired result!
Greetings,
Victor Velev
the Telerik team
Hi Victor,
It would be front and backend for users who are not administrators.
We want to issue the passwords to our users and be able to change them for them but we don't want them to be able to change their passwords themselves.
Thanks,
Owain.
Hi Owain,
For the frontend, you can override for example the login widget and create some custom logic which will disable the "Forgot Password " link for the roles you wish not to be able to access the feature. However, such behaviour, for the backend, can be hardly achieved ( role specific ) as the buttons and the areas that need to be hidden are implemented in a more complex way. Still you can try to disable them via CSS, but this will be valid for all users, not only users in specific roles.
All the best,
Victor Velev
the Telerik team