-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
Add option to change user avatar (administration > Users > Edit) #12312
Labels
Milestone
Comments
@rocket-cat label add "Feature: Request" |
@rocket-cat label add enhancement |
On it, would like to add this feature |
knrt10
added a commit
to knrt10/Rocket.Chat
that referenced
this issue
Mar 24, 2019
knrt10
added a commit
to knrt10/Rocket.Chat
that referenced
this issue
Mar 24, 2019
marceloschmidt
added
Feature: Planned
Planned Feature
and removed
Feature: Request
Requested Feature
labels
Apr 4, 2019
duplicate of #8485 |
rodrigok
pushed a commit
that referenced
this issue
Apr 6, 2019
* Fixes #12312 * Add privilage for admin to update as much profile images as they want * Added API fix too * Check for permissions * Check permission in rest endpoint * Handle pass own id to avatar set methods * Code improvements
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
It could be nice to have feature to edit user profile picture from the administration area (Admin > Users > xxxx xxxx > Edit). In corporate environment this is something handled by sysadmin, not by user itself (to avoid bad picture or not legal / accepted picture)
Describe the solution you'd like
When we edit an user (email, fullname), add a another field to upload an image.
Describe alternatives you've considered
Using the API, but not easy in our enterprise and the API is bugged, we can't edit picture of another user... In all case, only the picture of the API caller (current session) is modified
The text was updated successfully, but these errors were encountered: