stevenleeg / gobb

A simple and fast bulletin board written in Go.
Other
130 stars 26 forks source link

Ensure first user is admin #15

Closed stevenleeg closed 10 years ago

stevenleeg commented 10 years ago

Ensure that the first user who registers (id: 1) is assigned to the admin role by default. This rids of the installation step that involves going into postgres and running that UPDATE query.