On Tue, Apr 26, 2011 at 2:49 AM, callmeike <[email protected]> wrote:

> It appears that deleting a Gitorious account is still a manual
> process?  I have a similar issue: an account that I'd like to get rid
> of...
>

Blake,
Yes, it's still a manual process. You should be able to do this from
script/console, just consider what to do with projects/repositories created
by the user (delete them/transfer ownership etc.)

Removing a user using script/console can be done this way:

u = User.find_by_login "<login>"
u.destroy

This should take care of removing all associated objects from the database.

Cheers,
- 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