Forem Creators and Builders 🌱

Discussion on: Aftermath on Clicking, "Open in Gitpod"

Collapse
 
link2twenty profile image
Andrew Bone

Step 3 tripped me up for a while until I stumbled across it.

There is also a default admin account you can connect to without needing to set up OAuth

github.com/forem/forem/blob/393f2d...

Collapse
 
akhil profile image
Akhil Naidu

Now I get it! Recently I was able to see there are 11 users in a freshly installed Forem. This might be the reason for it 😆

Collapse
 
link2twenty profile image
Andrew Bone • Edited

Yes it generates 10 random users (all with the password password 😅) but also creates an 11th account which is the admin.

If you're interested this is the code that builds the test database. This bit is the admin account 😊