Conversation
1b326aa to
3751b1a
Compare
If you wanted to start using campfire for public projects or events you may need to do some user administration. These are some tasks to help make the changes quickly without going to the rails console. Signed-off-by: JJ Asghar <awesome@ibm.com>
3751b1a to
27e23be
Compare
|
Hey @jjasghar this would be awesome as an in-app feature - the ability to ban someone. Maybe there could be a button to ban a user when you open their profile? |
|
Oh totally! (but alas, I'm a terrible front-end developer.) I think this is as far as I want to go with this PR, assuming you have CLI access to the instance you can see everything anyway, so that person should "have the rights" to enforce situations when these tasks should be leveraged. |
|
So this is "the invisible sysadmin" type of ban as well right? You dont even need a user in the app, so you also dont catch snitching on minor issues, or get publicly identified as the person banning |
|
For banning a user, I have done this small GUI addition: https://github.com/daitangio/once-campfire/tree/feature/user-ban-flag |
|
I think someone should merge this, it's cool |
|
I think this has become obsolete now that #111 so I'll close this. |
If you wanted to start using campfire for public projects or events you may need to do some user administration. These are some tasks to help make the changes quickly without going to the rails console.