Hi ! Thank you very much for your help.
2014-04-24 14:47 GMT+02:00 Paweł Pierzchała <[email protected]>: > 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 <[email protected]> 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 [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> >> --- >> 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 [email protected]. >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > > --- > You received this message because you are subscribed to a topic in the > Google Groups "Gitorious" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/gitorious/hcCbviRK2Dw/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
