From a fresh Docker build, after make realclean and deepclean, I cannot log in because my account is not automatically made active. My config.yml file has:
API_AUTO_ADMIN_USER: twp@curoverse.com
and after attempting to log in, the following User record is created in the database (reformatted for readability):
2.1.2 :003 > User.find_by_email("twp@curoverse.com")
User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'twp@curoverse.com' LIMIT 1
=> #<User id: 34,
uuid: "twp01-tpzed-ty5p61c28oxznuf",
owner_uuid: "twp01-tpzed-000000000000000",
created_at: "2014-07-28 16:25:41",
modified_by_client_uuid: nil,
modified_by_user_uuid: "twp01-tpzed-000000000000000",
modified_at: "2014-07-28 16:25:41",
email: "twp@curoverse.com",
first_name: "Tim",
last_name: "Pierce",
identity_url: "https://www.google.com/accounts/o8/id?id=AItOawkbYj...",
is_admin: nil,
prefs: {},
updated_at: "2014-07-28 16:25:41",
default_owner_uuid: nil,
is_active: false>