Skip to content

UI to manage bridge troll admins #649

Open
@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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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