On Thu, Jan 21, 2010 at 10:07 AM, kolargol <zbys...@toliman.pl> wrote:

> i supose no-one know how to remove user from gitorious - or no-one
> want to share this very precious piece of information?
>

Kolargol,
Sorry about that. To remove a user from Gitorious you should open the
console:

  script/console <your RAILS_ENV>

Then find the user in question, eg. by username:

  user = User.find_by_login "username"

Then delete the user:

  user.destroy

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

Reply via email to