Strider-CD / strider

Open Source Continuous Integration & Deployment Server
http://strider-cd.github.io/
4.6k stars 432 forks source link

remove user #200

Closed sebv closed 10 years ago

sebv commented 11 years ago

How to remove users? Would like to remove the initial 'test@example.com' user.

jaredly commented 11 years ago

at the moment, I think you'll need to modify the database -- just delete the user. I don't think 1.3.5 has "delete user" in the admin tools.

Jared

On Fri, Oct 4, 2013 at 3:27 AM, seb vincent notifications@github.comwrote:

How to remove users? Would like to remove the initial 'test@example.com' user.

— Reply to this email directly or view it on GitHubhttps://github.com/Strider-CD/strider/issues/200 .

niallo commented 11 years ago

That's correct. There are instructions on how to delete users in this blog post: http://blog.frozenridge.co/docker-and-stridercd-brilliant-continuous-integration-in-a-box/

peterbraden commented 11 years ago

Let's not close this until we have UI for it - this is a common enough use case to not require manual db editing.

jaredly commented 10 years ago

Currently it also removes all projects the user created ... I could see us wanting something different, but this works for now

jaredly commented 10 years ago

fixed