ohmage / server

The ohmage server application.
37 stars 25 forks source link

Document default admin password #893

Closed krozett closed 8 years ago

krozett commented 8 years ago

On a fresh install, the database is seeded with a user called ohmage.admin, and a certain password. (I'm not going to post it here in case it's meant to be secret.)

If you look at the /db/sql/settings/default_admin.sql file, it inserts a hashed password which is of no use to anyone trying to log in to their new install. We need to either document this default password somewhere or alter the seed data so that people who look at the code can see the bare password. Not sure if there is an SQL function for this, like MD5('therealpassword') rather than the hashed string.

stevenolen commented 8 years ago

hi @krozett! a few things:

I think that should clear it up, sorry for the confusion!