Hi Martin,
there is no UI for removing comments, but you could use gitorious console
to remove it. If you want to, first open rails console:

cd /var/www/gitorious/app
bundle exec rails console

then find a user and destroy the comments:

> User.find_by_login('jodie').comments.destroy_all

Cheers,
Pawel


On 18 April 2014 11:12, Martin Hamant <mhamant....@gmail.com> wrote:

> Hi !
>
> We have this spam user http://gitorious.ow2.org/~jodie , which account is
> now disabled but I'm not able to delete its comments ?
>
> How comments are handled in Gitorious ?
>
> Thanks !
>
> --
> --
> To post to this group, send email to gitorious@googlegroups.com
> To unsubscribe from this group, send email to
> gitorious+unsubscr...@googlegroups.com
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Gitorious" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to gitorious+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to