Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI to manage bridge troll admins #649

Open
ultrasaurus opened this issue May 5, 2019 · 0 comments
Open

UI to manage bridge troll admins #649

ultrasaurus opened this issue May 5, 2019 · 0 comments

Comments

@ultrasaurus
Copy link
Member

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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant