scinote-web/db/seeds.rb
2016-02-12 16:52:43 +01:00

12 lines
212 B
Ruby

include UsersGenerator
# Create admin user
admin_password = "inHisHouseAtRlyehDeadCthulhuWaitsDreaming"
create_user(
"Admin",
"admin@scinote.net",
admin_password,
true,
DEFAULT_PRIVATE_ORG_NAME,
[]
)