Skip to content

UI to manage bridge troll admins #649

@ultrasaurus

Description

@ultrasaurus

creating a UI for this is much lower priority that other things, since we should have very few global admins (and we really need better docs, before making it easy to add admins!)

right now, we can create admins via making changes to the production database on the console (eek!)

heroku console --app bridgetroll
u = User.find(51)
=> #<User id: 51, email: "rachel...
u.admin = true
u.save!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions