thanks for the reply!

Is there some reference manual for console/dbconsole?

kolargol

On Jan 21, 10:22 am, Marius Mårnes Mathiesen
<[email protected]> wrote:
> On Thu, Jan 21, 2010 at 10:07 AM, kolargol <[email protected]> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to