-
Notifications
You must be signed in to change notification settings - Fork 11k
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
Create Settings Page #222
Comments
I think we may define what kind of options we must have here, like:
@marceloschmidt can you edit the issue with the "accepted" options? |
We should add an option to change behavior of message editing/deleting.. It could be enable or disable the feature of editing/deleting messages or keep it's history maybe. |
|
+1 |
is this implemented now? I've been meaning to get started with rocketchat but was waiting on this one! 👍 I ask because I didn't see stuff in commits about it -- was trying to find out how to visit the page :) |
...for anyone else visiting, it's referenced in another issue: |
And in case you've missed it, you gotta be admin. So if you need to access /settings on your own instance, set admin: true under your user in mongodb. |
@marcelo, there is no admin field in users collection. On 29.07.2015 18:06, Marcelo Schmidt wrote:
Links:[1] |
@Wloa create the field with value |
@Wloa Exactly as @sampaiodiego said, just create it, like so: {
"_id": "jrnR99viqXELp4XYn",
"username": "marcelo.rocket.team",
...
"admin": true
} |
@marceloschmidt can you create a migration turning the oldest user into admin on the next release update? |
Done |
…-custom-roomtypes-icon The function is already used to pick the icon in the side nav
Message Editing/Deleting
The text was updated successfully, but these errors were encountered: