-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Password change field should be disabled, if password change is disabled #1436
Comments
Same case, and I totally agree with that issue! |
That setting is not implemented on the app yet. |
Note: With the
For example it's also possible that it is not allowed to change the email address or the username. |
Can I work on it? |
Sure, would be really nice to have this fixed. |
@phriedrich @devyaniChoubey If work is not being done on this, can I take this up? |
@Prateek93a I'm not working on this, but I don't know if @devyaniChoubey did some work already. This ticket is also related to #1590, probably both could be fixed with one PR. |
@phriedrich Yes, #1590 will also be fixed in the similar way. In the same PR, all the above mentioned permissions can be checked and implemented accordingly. Thanks |
@Prateek93a Yes I am working on it. I will soon create a PR.I will try to do it by today. |
@devyaniChoubey Ok, Great. |
@devyaniChoubey Any updates on this? |
This has been solved with the mentioned PR. Many thanks to everyone involved, especially @tanmoyopenroot and @diegolmello! |
We get the user information via LDAP and disabled the option to change the user's password within Rocket.Chat.
On the web version, the password change field in the user's profile settings is correctly disabled and can not be selected.
In the app I can (try) to set a new password, at least I can select the field and write something. The field should be disabled if the option is not enabled.
The text was updated successfully, but these errors were encountered: