Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ setup a first admin. To do this:
5. Find out what id admin users need: `select * from user_types;`
6. Set the user you are interested in to be an admin:
`update users set user_type=<id of usertype you want> where email=<email you want>;`.
Ex: `update users set user_type=1 where email='testsobrep@seas.upenn.edu';`
Ex: `update users set user_type=1 where email='testsobrep@seas.upenn.edu';` (Note: (1,'standard'), (2,'administrator'))
7. Check that it worked: `select * from users;`

### Deploying to Linode
Expand Down